ASO Tools for Google Play Store™

View apps in different languages and quick links to 2 of the Top ASO analytics sites.

Apa itu ASO Tools for Google Play Store™?

ASO Tools for Google Play Store™ adalah ekstensi Chrome yang dikembangkan oleh Rock'n null, dan fitur utamanya adalah "View apps in different languages and quick links to 2 of the Top ASO analytics sites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ASO Tools for Google Play Store™

Unduh file ekstensi ASO Tools for Google Play Store™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Check apps in different languages, Great for checking store listing or checking reviews. Also fast links to 2 of the Top ASO analytics sites.                    

Informasi Dasar Ekstensi

Nama ASO Tools for Google Play Store™ ASO Tools for Google Play Store™
ID ogbiebalkhkimkogbkofjbfclocdaofg
URL Resmi https://chromewebstore.google.com/detail/aso-tools-for-google-play/ogbiebalkhkimkogbkofjbfclocdaofg
Deskripsi View apps in different languages and quick links to 2 of the Top ASO analytics sites.
Ukuran File 26.86 KB
Jumlah Instalasi 666
Versi Saat Ini 4.0
Terakhir Diperbarui 2021-03-15
Tanggal Publikasi 2020-05-26
Penilaian 3.00/5 Total 4 Penilaian
Pengembang Rock'n null
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}