Made Where: Country of Origin for Amazon

See the country where an Amazon product comes from.

Τι είναι το Made Where: Country of Origin for Amazon;

Το Made Where: Country of Origin for Amazon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Made Where, και η κύρια λειτουργία του είναι "See the country where an Amazon product comes from.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Made Where: Country of Origin for Amazon

Λήψη αρχείων επέκτασης Made Where: Country of Origin for Amazon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Made Where: Country of Origin for Amazon Made Where: Country of Origin for Amazon
ID ajjhglddifjgmjilgjlcgafhjbhapebp
Επίσημο URL https://chromewebstore.google.com/detail/made-where-country-of-ori/ajjhglddifjgmjilgjlcgafhjbhapebp
Περιγραφή See the country where an Amazon product comes from.
Μέγεθος Αρχείου 113 KB
Αριθμός Εγκαταστάσεων 392
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2023-09-06
Ημερομηνία Δημοσίευσης 2023-09-06
Αξιολόγηση 4.11/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Made Where
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.termsfeed.com/live/0dcd0a1b-b549-4eb5-ae83-4b92b4461853
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}