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.

Co je KW Index Checker and Amazon Rank Tracker?

KW Index Checker and Amazon Rank Tracker je rozšíření Chrome vyvinuté https://wordtree.io, a jeho hlavní funkcí je „Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření KW Index Checker and Amazon Rank Tracker

Stáhněte si soubory rozšíření KW Index Checker and Amazon Rank Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název KW Index Checker and Amazon Rank Tracker KW Index Checker and Amazon Rank Tracker
ID kkbmjnapmenjmfdndhbpjmiebcodedkh
Oficiální URL https://chromewebstore.google.com/detail/kw-index-checker-and-amaz/kkbmjnapmenjmfdndhbpjmiebcodedkh
Popis Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.
Velikost souboru 1.12 MB
Počet instalací 7,000
Aktuální Verze 0.0.4.1
Poslední Aktualizace 2022-07-23
Datum Vydání 2019-09-12
Hodnocení 3.82/5 Celkem 84 Hodnocení
Vývojář https://wordtree.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker
URL Stránky Nápovědy https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker
URL Stránky Zásad Ochrany Soukromí https://www.wordtree.io/user/terms
Podporované Jazyky 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"
            ]
        }
    ]
}