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 Made Where द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the country where an Amazon product comes from."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Made Where: Country of Origin for Amazon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}