Country of Origin

Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results.

Country of Origin क्या है?

Country of Origin Clarity Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results."।

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

screenshot
screenshot
screenshot

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

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

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

                        Now, when comparison shopping, you can easily see the country of origin in your search results. You'll also find out the manufacturer's location as well. 

Be confident and find American-made products 🇺🇸

**Note: This is the first release. We're focused on providing results for hardware tools (electric drills, screwdrivers) and pet supplies (i.e. items for your dog or cat). We are starting to add in additional categories. 

If there are other categories you might be curious about, fill out this short form: https://forms.gle/ijrMotrFAKeAtLLK9 

Works on Amazon.com, Amazon.ca (Canada), and all other Amazon shopping sites. Give it a go and if you have any feedback, feel free to reach out [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Country of Origin Country of Origin
ID gbbhgedbmpkdfgdglmhfebkegpdbkpec
आधिकारिक URL https://chrome.google.com/webstore/detail/country-of-origin/gbbhgedbmpkdfgdglmhfebkegpdbkpec
विवरण Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results.
फ़ाइल का आकार 48.51 KB
स्थापना संख्या 108
वर्तमान संस्करण 1.0.0002
अंतिम अपडेट 2021-08-24
प्रकाशन तिथि 2021-08-04
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Clarity Studios
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1LKdRsv8oD7-_AHxDoPncapiRJ7TyFVn5_yhQheE1Kv0/edit?usp=sharing
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Country of Origin",
    "short_name": "Country of Origin",
    "description": "Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results.",
    "version": "1.0.0002",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentHelper.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*"
    ]
}