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…”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | bjhmnaafcikhllbdlapmhjfgihiedlcj |
官方網址 | 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" } |