ASO Tools for Google Play Store™
View apps in different languages and quick links to 2 of the Top ASO analytics sites.
Was ist ASO Tools for Google Play Store™?
ASO Tools for Google Play Store™ ist eine Chrome-Erweiterung, die von Rock'n null entwickelt wurde, und ihr Hauptmerkmal ist "View apps in different languages and quick links to 2 of the Top ASO analytics sites.".
Erweiterungsscreenshots
ASO Tools for Google Play Store™-Erweiterungs-CRX-Datei herunterladen
Laden Sie ASO Tools for Google Play Store™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Check apps in different languages, Great for checking store listing or checking reviews. Also fast links to 2 of the Top ASO analytics sites. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ogbiebalkhkimkogbkofjbfclocdaofg |
| Offizielle URL | https://chromewebstore.google.com/detail/aso-tools-for-google-play/ogbiebalkhkimkogbkofjbfclocdaofg |
| Beschreibung | View apps in different languages and quick links to 2 of the Top ASO analytics sites. |
| Dateigröße | 26.86 KB |
| Installationsanzahl | 666 |
| Aktuelle Version | 4.0 |
| Letztes Update | 2021-03-15 |
| Veröffentlichungsdatum | 2020-05-26 |
| Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Rock'n null |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |