Made Where: Country of Origin for Amazon

See the country where an Amazon product comes from.

O que é Made Where: Country of Origin for Amazon?

Made Where: Country of Origin for Amazon é uma extensão do Chrome desenvolvida por Made Where, e sua principal característica é "See the country where an Amazon product comes from.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Made Where: Country of Origin for Amazon

Baixe arquivos de extensão Made Where: Country of Origin for Amazon 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

                        The country of origin data is gathered from various Amazon country sites and displayed as flags on search results pages and product pages where it is available. Products without country of origin data will be displayed as missing that information. 

The extension is currently available for Amazon US, UK, India, and Canada. 

Note: This extension has no affiliation with Amazon.                    

Informações Básicas da Extensão

Nome Made Where: Country of Origin for Amazon Made Where: Country of Origin for Amazon
ID ajjhglddifjgmjilgjlcgafhjbhapebp
URL Oficial https://chromewebstore.google.com/detail/made-where-country-of-ori/ajjhglddifjgmjilgjlcgafhjbhapebp
Descrição See the country where an Amazon product comes from.
Tamanho do Arquivo 113 KB
Contagem de Instalações 392
Versão Atual 0.1.3
Última Atualização 2023-09-06
Data de Publicação 2023-09-06
Classificação 4.11/5 Total de 9 Avaliações
Desenvolvedor Made Where
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.termsfeed.com/live/0dcd0a1b-b549-4eb5-ae83-4b92b4461853
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.3",
    "name": "Made Where: Country of Origin for Amazon",
    "short_name": "Made Where",
    "description": "See the country where an Amazon product comes from.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "[email protected]",
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/www.amazon.com\/*",
        "*:\/\/amazon.com\/*",
        "*:\/\/www.amazon.ca\/*",
        "*:\/\/amazon.ca\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/amazon.co.uk\/*",
        "*:\/\/www.amazon.in\/*",
        "*:\/\/amazon.in\/*"
    ],
    "action": {
        "default_title": "Made Where",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}