Price Product Checker

Price Product Checker&Tracker online bigest store

Price Product Checker là gì?

Price Product Checker là một tiện ích mở rộng Chrome được phát triển bởi eBay filters, và tính năng chính của nó là "Price Product Checker&Tracker online bigest store".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Price Product Checher help you to not forget to check the price and stock before ordering products online with the Context menu.In the context menu on the right click, choose "search online", choose from the largest online stores and then search for the product on the website.
Compare prices of web shops such as Amazon, Ebay ,Walmart, Etsy, Best Buy, Home Depot and Target while shopping online with Price Product Checker and save money on your online purchases.
Start saving money now and add Price Product Checker to your chrome browser, just like many other price checkers!
Does not contain alert is created just to remind you to check prices on the most popular websites !
Attention, this extension affects the context menu by the appearance of a new search section on certain sites!                    

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

Tên Price Product Checker Price Product Checker
ID incpiopjogcepdnheolbfcofllncbmjp
URL Chính Thức https://chrome.google.com/webstore/detail/price-product-checker/incpiopjogcepdnheolbfcofllncbmjp
Mô tả Price Product Checker&Tracker online bigest store
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-02-12
Ngày Phát Hành 2019-11-26
Đánh Giá 4.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển eBay filters
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://price.com/
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Price Product Checker",
    "short_name": "Price Product Checker! at right click displays the largest sales sites",
    "version": "1.5",
    "description": "__MSG_ext_description__",
    "author": "Office Price",
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/*\/"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "cauta_pricero.js",
            "searches.js",
            "event.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'",
    "default_locale": "en",
    "manifest_version": 2
}