ASO Tools for Google Play Store™
View apps in different languages and quick links to 2 of the Top ASO analytics sites.
Qu'est-ce que ASO Tools for Google Play Store™ ?
ASO Tools for Google Play Store™ est une extension Chrome développée par Rock'n null, et sa fonction principale est "View apps in different languages and quick links to 2 of the Top ASO analytics sites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ASO Tools for Google Play Store™
Téléchargez les fichiers d'extension ASO Tools for Google Play Store™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Check apps in different languages, Great for checking store listing or checking reviews. Also fast links to 2 of the Top ASO analytics sites.
Informations de Base sur l'Extension
Nom | ASO Tools for Google Play Store™ |
ID | ogbiebalkhkimkogbkofjbfclocdaofg |
URL Officiel | https://chromewebstore.google.com/detail/aso-tools-for-google-play/ogbiebalkhkimkogbkofjbfclocdaofg |
Description | View apps in different languages and quick links to 2 of the Top ASO analytics sites. |
Taille du Fichier | 26.86 KB |
Nombre d'Installations | 666 |
Version Actuelle | 4.0 |
Dernière Mise à Jour | 2021-03-15 |
Date de Publication | 2020-05-26 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | Rock'n null |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ASO Tools for Google Play Store\u2122", "description": "View apps in different languages and quick links to 2 of the Top ASO analytics sites.", "version": "4.0", "browser_action": { "default_icon": "logo32.png", "default_title": "ASO Tools for Google Play Store\u2122" }, "icons": { "16": "logo16.png", "24": "logo48.png", "32": "logo32.png", "128": "logo32.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/play.google.com\/store\/apps\/details?id=*" ], "css": [ "style.css" ], "js": [ "content.js" ] } ] } |