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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Made Where และคุณลักษณะหลักของมันคือ "See the country where an Amazon product comes from."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Made Where: Country of Origin for Amazon

ดาวน์โหลดไฟล์ส่วนขยาย Made Where: Country of Origin for Amazon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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