Amazon Keyword Harvester PRO and Reverse ASIN
Amazon Keyword Harvester PRO and Reverse ASIN
O que é Amazon Keyword Harvester PRO and Reverse ASIN?
Amazon Keyword Harvester PRO and Reverse ASIN é uma extensão do Chrome desenvolvida por http://zonwords.com, e sua principal característica é "Amazon Keyword Harvester PRO and Reverse ASIN".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazon Keyword Harvester PRO and Reverse ASIN
Baixe arquivos de extensão Amazon Keyword Harvester PRO and Reverse ASIN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Smart Reverse ASIN lookup and Amazon Long Tail Keyword Harvester... FREE! Harvest the keywords from your competitors!
Informações Básicas da Extensão
Nome | |
ID | jghikjckmfoijhacdiajmehdoblajlgh |
URL Oficial | https://chrome.google.com/webstore/detail/amazon-keyword-harvester/jghikjckmfoijhacdiajmehdoblajlgh |
Descrição | Amazon Keyword Harvester PRO and Reverse ASIN |
Tamanho do Arquivo | 1007 KB |
Contagem de Instalações | 35 |
Versão Atual | 0.3 |
Última Atualização | 2019-04-02 |
Data de Publicação | 2019-04-02 |
Desenvolvedor | http://zonwords.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://zonwords.com/privacy.php |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Keyword Harvester PRO and Reverse ASIN", "short_name": "Reverse ASIN", "version": "0.3", "manifest_version": 2, "description": "Amazon Keyword Harvester PRO and Reverse ASIN", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [ "tabs", "contentSettings", "cookies", "storage", "*:\/\/advertising.amazon.com\/*", "*:\/\/www.amazon.com\/*" ], "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/advertising.amazon.com\/*", "*:\/\/www.amazon.com\/*" ], "js": [ "scripts\/contentscript.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/; object-src 'self'", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Amazon Keyword Harvester PRO and Reverse ASIN" } } |