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 |
公式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 |
Eメール | [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" } |