Amazon ASIN Viewer

Make visible all ASIN easily on any page of Amazon Site

O que é Amazon ASIN Viewer?

Amazon ASIN Viewer é uma extensão do Chrome desenvolvida por saaction, e sua principal característica é "Make visible all ASIN easily on any page of Amazon Site".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Amazon ASIN Viewer

Baixe arquivos de extensão Amazon ASIN Viewer 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 Viewer, the Amazon ASIN Viewer Tool allowing Amazon Sellers visible ASINS easily on any page

Features include:
• View ASINs on any Amazon Search result page
• View ASINs on Amazon Product Page
• Works on over 15 Amazon marketplaces .com .ca .co.uk .es .fr .de .it & many more
• View ASINs on any amazon page
• 100% FREE 
• FREE Lifetime Updates 
• FREE Support

Got Question? Reach us : https://saaction.in                    

Informações Básicas da Extensão

Nome Amazon ASIN Viewer Amazon ASIN Viewer
ID ahhaaapepffpiajdgbaedofpbpfbncff
URL Oficial https://chromewebstore.google.com/detail/amazon-asin-viewer/ahhaaapepffpiajdgbaedofpbpfbncff
Descrição Make visible all ASIN easily on any page of Amazon Site
Tamanho do Arquivo 31.66 KB
Contagem de Instalações 163
Versão Atual 0.2
Última Atualização 2021-04-12
Data de Publicação 2021-02-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor saaction
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://saaction.in/
URL da Página de Ajuda http://saaction.in/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon ASIN Viewer",
    "version": "0.2",
    "description": "Make visible all ASIN easily on any page of Amazon Site",
    "permissions": [
        "*:\/\/*.amazon.com\/*",
        "tabs",
        "activeTab",
        "storage"
    ],
    "options_page": ".\/popup.html",
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": ".\/popup.html",
        "default_title": "Amazon ASIN Options",
        "default_icon": {
            "16": ".\/images\/icon16.png",
            "32": ".\/images\/icon32.png",
            "48": ".\/images\/icon48.png",
            "128": ".\/images\/icon128.png"
        }
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "manifest_version": 2
}