Amazon ASIN Checker

Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…

O que é Amazon ASIN Checker?

Amazon ASIN Checker é uma extensão do Chrome desenvolvida por https://extensionsworld.com, e sua principal característica é "Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Amazon ASIN Checker

Baixe arquivos de extensão Amazon ASIN Checker 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 ASIN status. Get information about a list of products, only by providing ASIN data.
If you also provide prices, you can compare new and old results                    

Informações Básicas da Extensão

Nome Amazon ASIN Checker Amazon ASIN Checker
ID jhmikeeececplgomdjnahelcfoekohpo
URL Oficial https://chromewebstore.google.com/detail/amazon-asin-checker/jhmikeeececplgomdjnahelcfoekohpo
Descrição Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…
Tamanho do Arquivo 56.54 KB
Contagem de Instalações 25
Versão Atual 0.0.3
Última Atualização 2021-02-16
Data de Publicação 2021-02-06
Desenvolvedor https://extensionsworld.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://extensionsworld.com/contact
URL da Página de Política de Privacidade https://extensionsworld.com/legal
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon ASIN Checker",
    "permissions": [
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.ca\/*",
        "storage"
    ],
    "version": "0.0.3",
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.ca\/*"
            ],
            "js": [
                "js\/utils.js",
                "js\/index.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "32": "icon32.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png",
            "64": "icon64.png",
            "32": "icon32.png"
        },
        "default_title": "Amazon ASIN Checker",
        "default_popup": "html\/index.html"
    },
    "web_accessible_resources": [
        "js\/injectable.js",
        "html\/redirectFB.html"
    ]
}