Amazon Show ASIN (ASA)
ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
O que é Amazon Show ASIN (ASA)?
Amazon Show ASIN (ASA) é uma extensão do Chrome desenvolvida por https://ngothang.me, e sua principal característica é "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazon Show ASIN (ASA)
Baixe arquivos de extensão Amazon Show ASIN (ASA) 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
ASA is the fastest way to reveal search ASIN code, title research, and get content guidelines directly in Amazon.com. 100% free and forever.
Informações Básicas da Extensão
Nome | Amazon Show ASIN (ASA) |
ID | ikaoklbgbhdjhgkobibiapgoakofjcen |
URL Oficial | https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen |
Descrição | ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com |
Tamanho do Arquivo | 45.9 KB |
Contagem de Instalações | 92 |
Versão Atual | 0.0.3 |
Última Atualização | 2022-09-20 |
Data de Publicação | 2022-09-02 |
Desenvolvedor | https://ngothang.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ngothang.me/ |
URL da Página de Ajuda | https://ngothang.me/contact/ |
URL da Página de Política de Privacidade | https://ngothang.me/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Show ASIN (ASA)", "version": "0.0.3", "manifest_version": 3, "description": "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "Amazon Show ASIN (ASA)", "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "js": [ "index.js" ], "css": [ "styles\/main.css" ], "run_at": "document_idle" } ], "permissions": [ "storage", "tabs" ], "optional_permissions": [] } |