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 to jest KW Index Checker and Amazon Rank Tracker?

KW Index Checker and Amazon Rank Tracker to rozszerzenie Chrome opracowane przez https://wordtree.io, a jego główną funkcją jest „Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia KW Index Checker and Amazon Rank Tracker

Pobierz pliki rozszerzeń KW Index Checker and Amazon Rank Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa KW Index Checker and Amazon Rank Tracker KW Index Checker and Amazon Rank Tracker
ID kkbmjnapmenjmfdndhbpjmiebcodedkh
Oficjalny URL https://chromewebstore.google.com/detail/kw-index-checker-and-amaz/kkbmjnapmenjmfdndhbpjmiebcodedkh
Opis Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.
Rozmiar pliku 1.12 MB
Liczba instalacji 7,000
Aktualna Wersja 0.0.4.1
Ostatnia Aktualizacja 2022-07-23
Data Publikacji 2019-09-12
Ocena 3.82/5 Łącznie 84 Oceny
Deweloper https://wordtree.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker
Adres URL Strony Pomocy https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker
Adres URL Strony Polityki Prywatności https://www.wordtree.io/user/terms
Obsługiwane Języki 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"
            ]
        }
    ]
}