ASO - Google Play Short Description Viewer

This extension shows the short description for the current Google Play application. Useful for App Store Optimization (ASO).

Was ist ASO - Google Play Short Description Viewer?

ASO - Google Play Short Description Viewer ist eine Chrome-Erweiterung, die von App Radar entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows the short description for the current Google Play application. Useful for App Store Optimization (ASO).".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ASO - Google Play Short Description Viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie ASO - Google Play Short Description Viewer-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

                        This simple Google Chrome extension allows you to view the Short Description of ANY Google Play app or game when browsing Google Play Store website (https://play.google.com/store/apps) and visiting an app or game. It's very helpful when doing App Store Optimization!

As you know, Short Description is an ASO (App Store Optimization) Search Ranking and Conversion Rate (from listing view to install) factor. App Developers and Marketers must include relevant keywords in it to rank and write marketing texts that convince users to download / install any given app.

Google Play Short Descriptions can be viewed from any Android device (when browsing Google Play Android app), but... What happens to Google Play web from desktop? Short Descriptions do not appear at first sight; you have to take a look at the HTML code... This extension fixes that!

Now, with this ASO extension, you can check the Short Description of any Google Play app while browsing Google Play website (https://play.google.com/store/apps) from a desktop computer using Google Chrome.

Tired of checking manually Short Descriptions in Google Play with an Android Smartphone? Tired of checking manually HTML code in order to find Short Descriptions? This nice extension is for you!

Do you do App Store Optimization (ASO)? Are you an App Marketer or Mobile Growth Hacker? Like the extension? Share it!

Thanks. TheTool team                    

Grundlegende Informationen zur Erweiterung

Name ASO - Google Play Short Description Viewer ASO - Google Play Short Description Viewer
ID pgnpmcfcckikimfioobcdjlpmnchlcmm
Offizielle URL https://chrome.google.com/webstore/detail/aso-google-play-short-des/pgnpmcfcckikimfioobcdjlpmnchlcmm
Beschreibung This extension shows the short description for the current Google Play application. Useful for App Store Optimization (ASO).
Dateigröße 25.39 KB
Installationsanzahl 10,000
Aktuelle Version 1.0.15
Letztes Update 2020-10-15
Veröffentlichungsdatum 2020-02-26
Bewertung 4.13/5 Insgesamt 126 Bewertungen
Entwickler App Radar
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://thetool.io
URL der Datenschutzrichtlinien-Seite https://appradar.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ASO - Google Play Short Description Viewer",
    "description": "This extension shows the short description for the current Google Play application. Useful for App Store Optimization (ASO).",
    "version": "1.0.15",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/play.google.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}