ASIN Collector
This extension use to collect amazon asin
O que é ASIN Collector?
ASIN Collector é uma extensão do Chrome desenvolvida por ozizapps, e sua principal característica é "This extension use to collect amazon asin".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ASIN Collector
Baixe arquivos de extensão ASIN Collector 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
ASIN Collector is free tool to grab AMAZON ASIN . It can be used in any amazon webpage which have formal amazon link product page. ASIN is Amazon Standard Identification Number. If you have website affilate product and API , this tool is suitable for you. ASIN Collector use mass grabber after you click area which you want to grab , so you don't need to click one by one. How to use it ? Just open any webpage than click ASIN Collector Icon. After that click any area which you want to get the ASINs. You can use in amazon usa, uk , japan ,spain , france, german etc.
Informações Básicas da Extensão
Nome | ASIN Collector |
ID | jfjjcakbilcniihnkmjdllfheoanjagh |
URL Oficial | https://chromewebstore.google.com/detail/asin-collector/jfjjcakbilcniihnkmjdllfheoanjagh |
Descrição | This extension use to collect amazon asin |
Tamanho do Arquivo | 40.34 KB |
Contagem de Instalações | 882 |
Versão Atual | 1.0 |
Última Atualização | 2019-09-11 |
Data de Publicação | 2019-09-11 |
Classificação | 3.00/5 Total de 4 Avaliações |
Desenvolvedor | ozizapps |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ASIN Collector", "short_name": "asincollector", "description": "This extension use to collect amazon asin", "version": "1.0", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "ASIN Collector" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "activeTab", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.br\/*" ], "web_accessible_resources": [ "client\/*", "js\/*" ] } |