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.

What is KW Index Checker and Amazon Rank Tracker?

KW Index Checker and Amazon Rank Tracker is a Chrome extension developed by https://wordtree.io, and its main feature is "Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download KW Index Checker and Amazon Rank Tracker Extension CRX File

Download KW Index Checker and Amazon Rank Tracker 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

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

Extension Basic Information

Name KW Index Checker and Amazon Rank Tracker KW Index Checker and Amazon Rank Tracker
ID kkbmjnapmenjmfdndhbpjmiebcodedkh
Official URL https://chromewebstore.google.com/detail/kw-index-checker-and-amaz/kkbmjnapmenjmfdndhbpjmiebcodedkh
Description Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.
File Size 1.12 MB
Installation Count 7,000
Current Version 0.0.4.1
Last Updated 2022-07-23
Publish Date 2019-09-12
Rating 3.82/5 Total 84 Ratings
Developer https://wordtree.io
Email [email protected]
Payment Type free
Extension Website https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker
Help Page URL https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker
Privacy Policy Page URL https://www.wordtree.io/user/terms
Supported Languages 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"
            ]
        }
    ]
}