Keyword Sniper PRO

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

Keyword Sniper PRO क्या है?

Keyword Sniper PRO BJF Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keyword Sniper PRO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Keyword Sniper PRO Keyword Sniper PRO
ID bjhmnaafcikhllbdlapmhjfgihiedlcj
आधिकारिक URL https://chrome.google.com/webstore/detail/keyword-sniper-pro/bjhmnaafcikhllbdlapmhjfgihiedlcj
विवरण Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…
फ़ाइल का आकार 927 KB
स्थापना संख्या 99
वर्तमान संस्करण 0.3
अंतिम अपडेट 2020-04-30
प्रकाशन तिथि 2020-04-30
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर BJF Software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://keywordsniperpro.com
गोपनीयता नीति पृष्ठ URL http://bnbtrackreport.com/privacy-policy
समर्थित भाषाएँ 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"
}