Made Where: Country of Origin for Amazon

See the country where an Amazon product comes from.

Made Where: Country of Origin for Amazon là gì?

Made Where: Country of Origin for Amazon là một tiện ích mở rộng Chrome được phát triển bởi Made Where, và tính năng chính của nó là "See the country where an Amazon product comes from.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Made Where: Country of Origin for Amazon

Tải xuống các tệp mở rộng Made Where: Country of Origin for Amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Made Where: Country of Origin for Amazon Made Where: Country of Origin for Amazon
ID ajjhglddifjgmjilgjlcgafhjbhapebp
URL Chính Thức https://chromewebstore.google.com/detail/made-where-country-of-ori/ajjhglddifjgmjilgjlcgafhjbhapebp
Mô tả See the country where an Amazon product comes from.
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 392
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-09-06
Ngày Phát Hành 2023-09-06
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Made Where
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.termsfeed.com/live/0dcd0a1b-b549-4eb5-ae83-4b92b4461853
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}