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.

Cos'è KW Index Checker and Amazon Rank Tracker?

KW Index Checker and Amazon Rank Tracker è un'estensione di Chrome sviluppata da https://wordtree.io, e la sua funzione principale è "Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione KW Index Checker and Amazon Rank Tracker

Scarica i file di estensione KW Index Checker and Amazon Rank Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome KW Index Checker and Amazon Rank Tracker KW Index Checker and Amazon Rank Tracker
ID kkbmjnapmenjmfdndhbpjmiebcodedkh
URL Ufficiale https://chromewebstore.google.com/detail/kw-index-checker-and-amaz/kkbmjnapmenjmfdndhbpjmiebcodedkh
Descrizione Check the indexing and ranks of all your Amazon "Phrase" and "Back End" keywords (Search Terms) in minutes, all for free.
Dimensione del File 1.12 MB
Conteggio Installazioni 7,000
Versione Corrente 0.0.4.1
Ultimo Aggiornamento 2022-07-23
Data di Pubblicazione 2019-09-12
Valutazione 3.82/5 Totale 84 Valutazioni
Sviluppatore https://wordtree.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker
URL della Pagina di Aiuto https://www.wordtree.io/?utm_source=extension&utm_medium=chrome-extension&utm_campaign=free-kw-index-checker
URL della Pagina della Politica sulla Privacy https://www.wordtree.io/user/terms
Lingue Supportate 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"
            ]
        }
    ]
}