Keyword Sniper PRO

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

Hvad er Keyword Sniper PRO?

Keyword Sniper PRO er en Chrome-udvidelse udviklet af BJF Software, og dens hovedfunktion er "Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…".

Udvidelsesskærmbilleder

screenshot

Download Keyword Sniper PRO-udvidelses-CRX-fil

Download Keyword Sniper PRO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Keyword Sniper PRO Keyword Sniper PRO
ID bjhmnaafcikhllbdlapmhjfgihiedlcj
Officiel URL https://chrome.google.com/webstore/detail/keyword-sniper-pro/bjhmnaafcikhllbdlapmhjfgihiedlcj
Beskrivelse Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…
Filstørrelse 927 KB
Antal Installationer 99
Nuværende Version 0.3
Senest Opdateret 2020-04-30
Udgivelsesdato 2020-04-30
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler BJF Software
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://keywordsniperpro.com
URL til Fortrolighedspolitik Side http://bnbtrackreport.com/privacy-policy
Understøttede Sprog 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"
}