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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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