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
官方URL 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\/*"
    ]
}