Deals Tracker
This extension is intended to use with Android application. It simplifies the process of creating subscription from desktop site.
Deals Tracker là gì?
Deals Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://dealstrackerapp.com, và tính năng chính của nó là "This extension is intended to use with Android application. It simplifies the process of creating subscription from desktop site.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Deals Tracker
Tải xuống các tệp mở rộng Deals 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
Deals Tracker helps you to track your defined searches and notifies you as soon as the new results arrives. You can forget about checking search results day by day to find an item at a reasonable price. Just add subscription and wait for results. You will be notified every time the new item shows up on eBay. This can help you to buy an item at a bargain price or find a rare/unique item that you are looking for. It works like the eBay saved search feature, but it checks the deals almost immediately. This extension is intended to use with Android application. It simplifies the process of creating subscription from desktop site. It allows you to scan a qr code using mobile app or copy a link and share it to your device. Android app can be found here: https://play.google.com/store/apps/details?id=com.tomlocksapps.dealstracker.ebay
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Deals Tracker |
ID | ceghjjbogdoaigapmjhegfcahcifpenl |
URL Chính Thức | https://chromewebstore.google.com/detail/deals-tracker/ceghjjbogdoaigapmjhegfcahcifpenl |
Mô tả | This extension is intended to use with Android application. It simplifies the process of creating subscription from desktop site. |
Kích Thước Tệp | 726 KB |
Số Lần Cài Đặt | 601 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2024-02-27 |
Ngày Phát Hành | 2020-06-27 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://dealstrackerapp.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deals Tracker", "version": "1.0.5", "permissions": [ "declarativeContent", "activeTab", "webRequest", "webRequestBlocking", "*:\/\/*.ebay.at\/", "*:\/\/*.ebay.com.au\/", "*:\/\/*.ebay.ca\/", "*:\/\/*.ebay.ch\/", "*:\/\/*.ebay.de\/", "*:\/\/*.ebay.es\/", "*:\/\/*.ebay.fr\/", "*:\/\/*.ebay.ie\/", "*:\/\/*.ebay.it\/", "*:\/\/*.ebay.co.uk\/", "*:\/\/*.ebay.com\/" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "description": "This extension is intended to use with Android application. It simplifies the process of creating subscription from desktop site.", "background": { "page": "background.html", "persistent": true }, "page_action": { "default_popup": "popup_info.html", "default_icon": { "16": "images\/ic_active_16.png", "32": "images\/ic_active_32.png", "48": "images\/ic_active_48.png", "128": "images\/ic_active_128.png" } }, "icons": { "16": "images\/ic_active_16.png", "32": "images\/ic_active_32.png", "48": "images\/ic_active_48.png", "128": "images\/ic_active_128.png" }, "manifest_version": 2 } |