Made Where: Country of Origin for Amazon

See the country where an Amazon product comes from.

Qu'est-ce que Made Where: Country of Origin for Amazon ?

Made Where: Country of Origin for Amazon est une extension Chrome développée par Made Where, et sa fonction principale est "See the country where an Amazon product comes from.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Made Where: Country of Origin for Amazon

Téléchargez les fichiers d'extension Made Where: Country of Origin for Amazon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Made Where: Country of Origin for Amazon Made Where: Country of Origin for Amazon
ID ajjhglddifjgmjilgjlcgafhjbhapebp
URL Officiel https://chromewebstore.google.com/detail/made-where-country-of-ori/ajjhglddifjgmjilgjlcgafhjbhapebp
Description See the country where an Amazon product comes from.
Taille du Fichier 113 KB
Nombre d'Installations 392
Version Actuelle 0.1.3
Dernière Mise à Jour 2023-09-06
Date de Publication 2023-09-06
Évaluation 4.11/5 Total 9 Évaluations
Développeur Made Where
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.termsfeed.com/live/0dcd0a1b-b549-4eb5-ae83-4b92b4461853
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}