Skip to content

Instantly share code, notes, and snippets.

@mastef
mastef / gist:9a84666759796ae9df65edde69130465
Last active June 10, 2022 13:03
Extract Pricing template from Google Play Console to .csv format
// Go to "All Applications" / "Settings" / "Pricing templates" and select the template you want to export
javascript: (function(e, s) {
e.src = s;
e.onload = function() {
jQuery.noConflict();
console.log('jQuery injected');
$ = jQuery;
extractData();
};