Tokopedia Price Tracker
AliPrice.com - Tokopedia Price Tracker
Tokopedia Price Tracker là gì?
Tokopedia Price Tracker là một tiện ích mở rộng Chrome được phát triển bởi aliprice2, và tính năng chính của nó là "AliPrice.com - Tokopedia Price Tracker".
Ả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 Tokopedia Price Tracker
Tải xuống các tệp mở rộng Tokopedia 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
Tokopedia Price Tracker is a very useful extension for Tokopedia Now our tool has 3 main features. ✔ Convenient shortcuts and quick search. ✔ Price history: You can check any product price history on the product page. ✔ Price drop alert: Add the products to your favorites and you will receive notification when its price drops. Tokopedia is a trademark of Tokopedia.com, Inc. This extension was not created or endorsed by Tokopedia. 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 affiliate program links, including Tokopedia and other programs. 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 | Tokopedia Price Tracker |
ID | gdmfedbicnoeiadmbagaofgnldjfgeab |
URL Chính Thức | https://chromewebstore.google.com/detail/tokopedia-price-tracker/gdmfedbicnoeiadmbagaofgnldjfgeab |
Mô tả | AliPrice.com - Tokopedia Price Tracker |
Kích Thước Tệp | 1.24 MB |
Số Lần Cài Đặt | 1,440 |
Phiên Bản Hiện Tại | 2.1.3 |
Cập Nhật Lần Cuối | 2023-01-11 |
Ngày Phát Hành | 2020-06-29 |
Đánh Giá | 4.55/5 Tổng số 78 Đánh Giá |
Nhà Phát Triển | aliprice2 |
[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 |
URL Trang Chính Sách Bảo Mật | https://www.aliprice.com/information/index/page/privacy |
Ngôn Ngữ Được Hỗ Trợ | id,en |
manifest.json | |
{ "name": "__MSG_EXTENSION_NAME__", "short_name": "Tokopedia Price Tracker", "version": "2.1.3", "manifest_version": 2, "description": "__MSG_EXTENSION_DESCRIPTION__", "homepage_url": "https:\/\/www.aliprice.com", "default_locale": "en", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "tabs", "contextMenus", "cookies", "storage", "notifications", "*:\/\/*.aliprice.com\/*", "*:\/\/*.tokopedia.com\/*", "*:\/\/ssl.google-analytics.com\/*" ], "browser_action": { "default_popup": "popup\/popup.html", "default_icon": "icons\/19.png" }, "background": { "page": "background\/background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.tokopedia.com\/*" ], "js": [ "assets\/js\/vendor.js", "assets\/js\/i18n.js", "assets\/js\/common.js", "contentScript\/contentScript.js" ], "css": [ "assets\/css\/common.css", "assets\/css\/contentScript\/contentScript.css" ] } ], "web_accessible_resources": [ "assets\/css\/common.css", "assets\/css\/contentScript\/contentScript.css", "assets\/images\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |