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开发的Chrome扩展程序,该扩展的主要功能是“Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…”。

扩展截图

screenshot

下载Keyword Sniper PRO扩展crx文件

下载Keyword Sniper PRO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}