ASO - Google Play Feature Graphic Viewer

This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO).

ASO - Google Play Feature Graphic Viewerとは何ですか?

ASO - Google Play Feature Graphic ViewerはApp Radarによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO).」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

ASO - Google Play Feature Graphic Viewer拡張機能のCRXファイルをダウンロード

ASO - Google Play Feature Graphic Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you want to view ANY Google Play app or game's Feature Graphic? Now you can do it with this FREE Chrome Extension. We help you do ASO the right way!

Feature Graphic is an ASO (App Store Optimization) Conversion Rate (from product page view to download) factor. App Developers and Marketers must A/B test them in order to find the one that brings better results (more downloads).

Google Play Feature Graphic can be viewed from any Android device (when browsing Google Play app), but... What happens to Google Play web desktop view? Feature Graphic does not appear... Until now!

Now, with this powerful App Store Optimization extension, you can view / spy the Feature Graphic of any mobile app browsing Google Play Store website from a computer using Google Chrome browser.

Tired of checking manually Feature Graphic in Google Play with an Android Smartphone? This nice extension is for you!

Enjoy!

Do you do App Store Optimization (ASO)? Like this Google Play feature graphic spy extension? Share it with your colleagues!

Thanks.

TheTool team                    

拡張機能の基本情報

名前 ASO - Google Play Feature Graphic Viewer ASO - Google Play Feature Graphic Viewer
ID amlmffmgcdihknojodofoohbanmdngjp
公式URL https://chrome.google.com/webstore/detail/aso-google-play-feature-g/amlmffmgcdihknojodofoohbanmdngjp
説明 This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO).
ファイルサイズ 27.38 KB
インストール数 100,000
現在のバージョン 1.0.4
最終更新日 2018-05-08
公開日 2018-05-08
評価 4.22/5 合計 748 レビュー
開発者 App Radar
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://thetool.io/aso-app-store-optimization
プライバシーポリシーページのURL https://appradar.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ASO - Google Play Feature Graphic Viewer",
    "description": "This extension shows the Feature Graphic for the current Google Play mobile app or game. Useful for App Store Optimization (ASO).",
    "version": "1.0.4",
    "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
    }
}