Keyword Sniper PRO
Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…
Qu'est-ce que Keyword Sniper PRO ?
Keyword Sniper PRO est une extension Chrome développée par BJF Software, et sa fonction principale est "Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keyword Sniper PRO
Téléchargez les fichiers d'extension Keyword Sniper PRO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bjhmnaafcikhllbdlapmhjfgihiedlcj |
URL Officiel | https://chrome.google.com/webstore/detail/keyword-sniper-pro/bjhmnaafcikhllbdlapmhjfgihiedlcj |
Description | Keyword Analysis Made Easy. A single tool to dominate them all. Keyword Sniper PRO integrates BSR analysis directly into Amazon and… |
Taille du Fichier | 927 KB |
Nombre d'Installations | 99 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2020-04-30 |
Date de Publication | 2020-04-30 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | BJF Software |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://keywordsniperpro.com |
URL de la Page de Politique de Confidentialité | http://bnbtrackreport.com/privacy-policy |
Langues Prises en Charge | 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" } |