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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Keyword Sniper PRO

قم بتنزيل ملفات الامتداد Keyword Sniper PRO بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
}