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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://traceyourmoney.com และคุณลักษณะหลักของมันคือ "Uncover product origins & seller info on Amazon. Make informed decisions and support your preferred businesses."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Where's it Made? Product & Seller Origin Info

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}