Etsy Price Tracker

Track the price history of products on Etsy for the past 3 or 6 months

Etsy Price Tracker là gì?

Etsy Price Tracker là một tiện ích mở rộng Chrome được phát triển bởi aliprice4, và tính năng chính của nó là "Track the price history of products on Etsy for the past 3 or 6 months".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Etsy Price Tracker

Tải xuống các tệp mở rộng Etsy Price Tracker 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

                        Main features:
1. Price history chart, display price history within 3/6 months.
2. Search by image on AliPrice to find similar products on Aliexpress, eBay, Taobao, etc.

Etsy is a trademark of Etsy.com. This extension was not created or endorsed by Etsy.com
If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to Etsy affiliate program links. 
AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

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

Tên Etsy Price Tracker Etsy Price Tracker
ID llbcpohjfojmebmbkbamdoahimdmmleg
URL Chính Thức https://chromewebstore.google.com/detail/etsy-price-tracker/llbcpohjfojmebmbkbamdoahimdmmleg
Mô tả Track the price history of products on Etsy for the past 3 or 6 months
Kích Thước Tệp 1.65 MB
Số Lần Cài Đặt 285
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-09-07
Ngày Phát Hành 2023-09-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển aliprice4
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aliprice.com/
URL Trang Trợ Giúp https://www.aliprice.com/information/index/page/contact?from=www_footer
URL Trang Chính Sách Bảo Mật https://www.aliprice.com/information/index/page/privacy
Ngôn Ngữ Được Hỗ Trợ en,en-GB,en-US
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "2.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=1078&channel=chrome&platform=etsy&version=2.0.0&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "cookies",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.etsy.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}