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.

What is Search Ads Keywords Popularity Score Checker?

Search Ads Keywords Popularity Score Checker is a Chrome extension developed by anthonyfernandez16, and its main feature is "Get all Apple Search Ads keywords popularity score for AppStore. Estimate a keyword volume based on the priority score.".

Extension Screenshots

screenshot
screenshot

Download Search Ads Keywords Popularity Score Checker Extension CRX File

Download Search Ads Keywords Popularity Score Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Search Ads Keywords Popularity Score Checker Search Ads Keywords Popularity Score Checker
ID lmnofaonlcdoajbionddgiicggbhlgdj
Official URL https://chromewebstore.google.com/detail/search-ads-keywords-popul/lmnofaonlcdoajbionddgiicggbhlgdj
Description Get all Apple Search Ads keywords popularity score for AppStore. Estimate a keyword volume based on the priority score.
File Size 137 KB
Installation Count 345
Current Version 1.0.7
Last Updated 2020-01-30
Publish Date 2020-01-30
Rating 1.00/5 Total 2 Ratings
Developer anthonyfernandez16
Payment Type free
Supported Languages 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\/*"
    ]
}