ASIN Fetcher

Validate and fetch amazon product pages by ASIN code

O que é ASIN Fetcher?

ASIN Fetcher é uma extensão do Chrome desenvolvida por gopityro, e sua principal característica é "Validate and fetch amazon product pages by ASIN code".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ASIN Fetcher

Baixe arquivos de extensão ASIN Fetcher 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

                        *Check and validate amazon product pages by enter ASIN code.
*Supported 14 different countries amazon websites
*Use your setting to change the behavior of extension
*Select a text on any website and Right Click search on amazon website 
Please, write your specific requirement to make this extension more useful.                    

Informações Básicas da Extensão

Nome ASIN Fetcher ASIN Fetcher
ID gghbpobllgpdhiijbnnnhciidcijgpad
URL Oficial https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad
Descrição Validate and fetch amazon product pages by ASIN code
Tamanho do Arquivo 139 KB
Contagem de Instalações 411
Versão Atual 1.0.3
Última Atualização 2023-09-05
Data de Publicação 2019-03-25
Classificação 3.25/5 Total de 4 Avaliações
Desenvolvedor gopityro
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gopi Tyro",
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_popup": "popup.html"
    },
    "short_name": "Amazon asin checker",
    "description": "Validate and fetch amazon product pages by ASIN code",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "ASIN Fetcher",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "version": "1.0.3"
}