Where's it Made? Product & Seller Origin Info

Uncover product origins & seller info on Amazon. Make informed decisions and support your preferred businesses.

Where's it Made? Product & Seller Origin Info क्या है?

Where's it Made? Product & Seller Origin Info https://traceyourmoney.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Uncover product origins & seller info on Amazon. Make informed decisions and support your preferred businesses."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Where's it Made? Product & Seller Origin Info एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Empower your online shopping experience with the Where's It Made? Chrome extension by TraceYourMoney, providing you with essential information on product origins and company ownership for items listed on Amazon.com. Make informed decisions and support businesses that align with your values and preferences.

Key Features:
Product Origin: Discover where products are made and easily identify their country of origin with the country's flag displayed above each search result.
Seller Information: Know where the seller is based, promoting transparency and accountability in your purchasing choices.
TraceYourMoney Verified: Identify companies that have undergone our comprehensive verification process, ensuring the authenticity of product origins and company locations.
Customizable Filters: Hide specific types of companies and products based on your preferences, creating a personalized shopping experience.
Easy to Use: Simply install the extension, and the information will automatically display above each product listing when you search on Amazon.com.

Transform the way you shop online with the Where's It Made? Chrome extension, providing transparency and accountability at your fingertips.                    

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

नाम Where's it Made? Product & Seller Origin Info Where's it Made? Product & Seller Origin Info
ID ecbpnjhgbooiljocmackdcjafgpahgim
आधिकारिक URL https://chromewebstore.google.com/detail/wheres-it-made-product-se/ecbpnjhgbooiljocmackdcjafgpahgim
विवरण Uncover product origins & seller info on Amazon. Make informed decisions and support your preferred businesses.
फ़ाइल का आकार 5.01 MB
स्थापना संख्या 297
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-05-23
प्रकाशन तिथि 2023-04-20
रेटिंग 4.22/5 कुल 9 रेटिंग्स
डेवलपर https://traceyourmoney.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://traceyourmoney.com/
सहायता पृष्ठ URL https://traceyourmoney.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Where's it Made? Product & Seller Origin Info",
    "description": "Uncover product origins & seller info on Amazon. Make informed decisions and support your preferred businesses.",
    "version": "1.2",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "asset\/128.png",
        "16": "asset\/16.png",
        "32": "asset\/32.png",
        "48": "asset\/48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/s*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/amazon.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/dp\/*",
                "https:\/\/www.amazon.com\/*\/dp\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/product.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}