Search Ads Keywords Popularity Score Checker

Get all Apple Search Ads keywords popularity score for AppStore. Estimate a keyword volume based on the priority score.

什麼是Search Ads Keywords Popularity Score Checker?

Search Ads Keywords Popularity Score Checker是由anthonyfernandez16開發的Chrome擴展程式,該擴展的主要功能是“Get all Apple Search Ads keywords popularity score for AppStore. Estimate a keyword volume based on the priority score.”。

擴展截圖

screenshot
screenshot

下載Search Ads Keywords Popularity Score Checker擴展crx文件

下載Search Ads Keywords Popularity Score Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Check the popularity of App Store keywords without logging to the Search Ads Dashboard saving time and empowering ASO strategy.

ASA Keywords Popularity is the fastest way to review App Store keyword popularity and export result to csv file.
Click any keyword to copy it directly in your clipboard in exact match.

Quickly see the App Store popularity score of your keyword and analyze its potential performance with this simple Google Chrome extension. 

For your convenience and clarity, all popularity scores are represented in the form of real numbers along with colored indicators.

Green : popularity >= 50
Orange : popularity < 50
Red : popularity < 10

Should you raise bids in Search Ads or is your keyword simply too low on popularity score and should be abandoned? 

Are you cannibalizing your own Search Ads impression share by spending equally on winning and budget wasting keywords?

Keyword Popularity Checker helps you identify keywords with low and high popularity scores and make only data-driven decisions on Search Ads.

🔜 Next features

- iPhone / iPad keywords search filter                    

擴展基本資訊

名稱 Search Ads Keywords Popularity Score Checker Search Ads Keywords Popularity Score Checker
ID lmnofaonlcdoajbionddgiicggbhlgdj
官方網址 https://chromewebstore.google.com/detail/search-ads-keywords-popul/lmnofaonlcdoajbionddgiicggbhlgdj
簡介 Get all Apple Search Ads keywords popularity score for AppStore. Estimate a keyword volume based on the priority score.
檔案大小 137 KB
安裝次數 345
目前版本 1.0.7
更新時間 2020-01-30
上架時間 2020-01-30
評分 1.00/5 共 2 次評分
開發者 anthonyfernandez16
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Ads Keywords Popularity Score Checker",
    "version": "1.0.7",
    "description": "Get all Apple Search Ads keywords popularity score for AppStore. Estimate a keyword volume based on the priority score.",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Apple Search Ads Keywords Popularity AppStore",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "scripts\/popup.js",
                "scripts\/plist.js",
                "scripts\/storefronts.js"
            ],
            "matches": [
                "https:\/\/search.itunes.apple.com\/*"
            ]
        }
    ],
    "author": "Anthony Fernandez",
    "permissions": [
        "storage",
        "https:\/\/search.itunes.apple.com\/*"
    ]
}