Keyword Sniper PRO
Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…
Apa itu Keyword Sniper PRO?
Keyword Sniper PRO adalah ekstensi Chrome yang dikembangkan oleh BJF Software, dan fitur utamanya adalah "Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Keyword Sniper PRO
Unduh file ekstensi Keyword Sniper PRO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bjhmnaafcikhllbdlapmhjfgihiedlcj |
URL Resmi | https://chrome.google.com/webstore/detail/keyword-sniper-pro/bjhmnaafcikhllbdlapmhjfgihiedlcj |
Deskripsi | Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and… |
Ukuran File | 927 KB |
Jumlah Instalasi | 99 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2020-04-30 |
Tanggal Publikasi | 2020-04-30 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | BJF Software |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://keywordsniperpro.com |
URL Halaman Kebijakan Privasi | http://bnbtrackreport.com/privacy-policy |
Bahasa yang Didukung | 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" } |