Daraz Price Tracker - AliPrice Assistant
AliPrice.com -- Your money-saving assistant on Daraz.
Daraz Price Tracker - AliPrice Assistant là gì?
Daraz Price Tracker - AliPrice Assistant 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 -- Your money-saving assistant on Daraz.".
Ả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 Daraz Price Tracker - AliPrice Assistant
Tải xuống các tệp mở rộng Daraz Price Tracker - AliPrice Assistant 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
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 product to your favorites and you will reiceve notification when its price drops. Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice 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 Daraz 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 | Daraz Price Tracker - AliPrice Assistant |
ID | pblpnaakeddholafmeiapoefkgpegjdo |
URL Chính Thức | https://chromewebstore.google.com/detail/daraz-price-tracker-alipr/pblpnaakeddholafmeiapoefkgpegjdo |
Mô tả | AliPrice.com -- Your money-saving assistant on Daraz. |
Kích Thước Tệp | 895 KB |
Số Lần Cài Đặt | 1,485 |
Phiên Bản Hiện Tại | 2.2.3 |
Cập Nhật Lần Cuối | 2023-01-11 |
Ngày Phát Hành | 2020-03-12 |
Đánh Giá | 4.50/5 Tổng số 24 Đá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ợ | en,bn |
manifest.json | |
{ "name": "__MSG_EXTENSION_NAME__", "short_name": "Daraz Assistant", "version": "2.2.3", "manifest_version": 2, "description": "__MSG_EXTENSION_DESCRIPTION__", "homepage_url": "https:\/\/www.aliprice.com", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "contextMenus", "cookies", "storage", "notifications", "*:\/\/*.aliprice.com\/*", "https:\/\/*\/*", "http:\/\/*\/*", "*:\/\/ssl.google-analytics.com\/*" ], "browser_action": { "default_title": "Daraz", "default_popup": "popup\/popup.html", "default_icon": "icons\/19.png" }, "background": { "page": "background\/background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.daraz.pk\/*", "*:\/\/*.daraz.com.bd\/*", "*:\/\/*.daraz.lk\/*", "*:\/\/*.shop.com.mm\/*", "*:\/\/*.daraz.com.np\/*" ], "js": [ "assets\/js\/vendor.js", "assets\/js\/common.js", "contentScript\/contentScript.js" ], "css": [ "assets\/css\/common.css", "assets\/css\/contentScript\/contentScript.css" ] } ], "options_ui": { "page": "options\/options.html" }, "web_accessible_resources": [ "_locales\/**\/*.json", "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'" } |