Keyword Sniper PRO

Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…

Cos'è Keyword Sniper PRO?

Keyword Sniper PRO è un'estensione di Chrome sviluppata da BJF Software, e la sua funzione principale è "Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keyword Sniper PRO

Scarica i file di estensione Keyword Sniper PRO 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

                        Keyword Analysis Made Easy.
A single tool to dominate them all.
Keyword Sniper PRO integrates BSR analysis directly into Amazon and Audible search pages.
An easy, seamless and native experience for your keyword research process.

Because we know, you’re always keyword-researching, after all.

Yes, you read that right.
Audible BSR. Easy to read. In seconds.                    

Informazioni di Base sull'Estensione

Nome Keyword Sniper PRO Keyword Sniper PRO
ID bjhmnaafcikhllbdlapmhjfgihiedlcj
URL Ufficiale https://chrome.google.com/webstore/detail/keyword-sniper-pro/bjhmnaafcikhllbdlapmhjfgihiedlcj
Descrizione Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…
Dimensione del File 927 KB
Conteggio Installazioni 99
Versione Corrente 0.3
Ultimo Aggiornamento 2020-04-30
Data di Pubblicazione 2020-04-30
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore BJF Software
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://keywordsniperpro.com
URL della Pagina della Politica sulla Privacy http://bnbtrackreport.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/jquery-3.3.1.js",
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "icons\/logo.png"
        },
        "_COMMENT_default_popup": "src\/popup.html",
        "default_title": "Keyword Sniper PRO"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-3.3.1.js",
                "src\/common.js",
                "src\/content-script.js"
            ],
            "matches": [
                "*:\/\/*.audible.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "libs\/jquery-3.3.1.js",
                "src\/common.js",
                "src\/amazon.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/Best-Sellers-Kindle-Store-eBooks\/*",
                "*:\/\/*.amazon.com\/Best-Sellers-Audible-Audiobooks\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "libs\/jquery-3.3.1.js",
                "src\/common.js",
                "src\/amazonView.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "",
    "icons": {
        "48": "icons\/logo.png"
    },
    "manifest_version": 2,
    "name": "Keyword Sniper PRO",
    "permissions": [
        "storage",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/www.amazon.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3"
}