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开发的Chrome扩展程序,该扩展的主要功能是“Uncover product origins & seller info on Amazon. Make informed decisions and support your preferred businesses.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Where's it Made? Product & Seller Origin Info扩展crx文件

下载Where's it Made? Product & Seller Origin Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}