Daraz Price Tracker - AliPrice Assistant
AliPrice.com -- Your money-saving assistant on Daraz.
Τι είναι το Daraz Price Tracker - AliPrice Assistant;
Το Daraz Price Tracker - AliPrice Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aliprice2, και η κύρια λειτουργία του είναι "AliPrice.com -- Your money-saving assistant on Daraz.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Daraz Price Tracker - AliPrice Assistant
Λήψη αρχείων επέκτασης Daraz Price Tracker - AliPrice Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Daraz Price Tracker - AliPrice Assistant |
ID | pblpnaakeddholafmeiapoefkgpegjdo |
Επίσημο URL | https://chromewebstore.google.com/detail/daraz-price-tracker-alipr/pblpnaakeddholafmeiapoefkgpegjdo |
Περιγραφή | AliPrice.com -- Your money-saving assistant on Daraz. |
Μέγεθος Αρχείου | 895 KB |
Αριθμός Εγκαταστάσεων | 1,485 |
Τρέχουσα Έκδοση | 2.2.3 |
Τελευταία Ενημέρωση | 2023-01-11 |
Ημερομηνία Δημοσίευσης | 2020-03-12 |
Αξιολόγηση | 4.50/5 Συνολικά 24 Αξιολογήσεις |
Προγραμματιστής | aliprice2 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.aliprice.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.aliprice.com/information/index?page=contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.aliprice.com/information/index/page/privacy |
Υποστηριζόμενες Γλώσσες | 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'" } |