KW Index Checker and Amazon Rank Tracker

Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.

KW Index Checker and Amazon Rank Tracker란 무엇입니까?

KW Index Checker and Amazon Rank Tracker은(는) https://wordtree.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

KW Index Checker and Amazon Rank Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        One click of a button and WordTree's KW Index Checker discovers which keywords are not considered relevant by Amazon.                    

확장 프로그램 기본 정보

이름 KW Index Checker and Amazon Rank Tracker KW Index Checker and Amazon Rank Tracker
ID kkbmjnapmenjmfdndhbpjmiebcodedkh
공식 URL https://chromewebstore.google.com/detail/kw-index-checker-and-amaz/kkbmjnapmenjmfdndhbpjmiebcodedkh
설명 Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.
파일 크기 1.12 MB
설치 횟수 7,000
현재 버전 0.0.4.1
최근 업데이트 2022-07-23
출시 날짜 2019-09-12
평점 3.82/5 총 84 개의 평점
개발자 https://wordtree.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker
도움말 페이지 URL https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker
개인정보 보호 정책 페이지 URL https://www.wordtree.io/user/terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KW Index Checker and Amazon Rank Tracker",
    "version": "0.0.4.1",
    "description": "Check the indexing and ranks of all your Amazon \"Phrase\" and \"Back End\" keywords (Search Terms) in minutes, all for free.",
    "icons": {
        "128": "icon-128x128.png",
        "512": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.wordtree.io\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.it\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wordtree.io\/*"
            ],
            "js": [
                "jquery.min.js",
                "inject.js"
            ]
        }
    ]
}