AliPrice Shopping Assistant for Lazada
AliPrice.com -- Price Tracking on Lazada.
Τι είναι το AliPrice Shopping Assistant for Lazada;
Το AliPrice Shopping Assistant for Lazada είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aliprice2, και η κύρια λειτουργία του είναι "AliPrice.com -- Price Tracking on Lazada.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AliPrice Shopping Assistant for Lazada
Λήψη αρχείων επέκτασης AliPrice Shopping Assistant for Lazada σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
AliPrice Shopping Assistant for Lazada is a price tracker for Lazada, the leading online platform in Southeast Asia. Main features: 1. Price history: You can check any product price history on the product page 2. Price drop alert: Add the products to your favorites and you will receive notification when its price drops 3. Search by image or key words to find similar products by on Shopee, Lazada and AliExpress 4. Convenient shortcuts and quick search 5. Show Shopee icon when seleced words for searching products on Shopee 6. Copy product title, search on 1688.com, Taobao and Pinduoduo. 7. Search by image to find similar products on 1688 and Taobao. If you have any problem, 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 Lazada affiliate program links. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use Lazada is a trademark of Lazada.com, Inc. This extension was created or endorsed by Lazada. Edge/Firefox/Opera: https://www.aliprice.com?extension=lazada Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice IOS: https://apps.apple.com/us/app/aliprice-aliexpress-assitant/id1282323896
Βασικές Πληροφορίες Επέκτασης
Όνομα | AliPrice Shopping Assistant for Lazada |
ID | mgibnbelkfjiljlimjcmaomokehnngfl |
Επίσημο URL | https://chromewebstore.google.com/detail/aliprice-shopping-assista/mgibnbelkfjiljlimjcmaomokehnngfl |
Περιγραφή | AliPrice.com -- Price Tracking on Lazada. |
Μέγεθος Αρχείου | 2.29 MB |
Αριθμός Εγκαταστάσεων | 14,826 |
Τρέχουσα Έκδοση | 11.0.8 |
Τελευταία Ενημέρωση | 2024-02-08 |
Ημερομηνία Δημοσίευσης | 2020-03-06 |
Αξιολόγηση | 4.95/5 Συνολικά 192 Αξιολογήσεις |
Προγραμματιστής | 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 |
Υποστηριζόμενες Γλώσσες | id,ms,en,en-GB,en-US,fil,vi,th,zh-CN,zh-TW |
manifest.json | |
{ "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_NAME__", "description": "__MSG_EXTENSION_DESCRIPTION__", "version": "11.0.8", "manifest_version": 3, "default_locale": "en", "homepage_url": "https:\/\/www.aliprice.com?ext_id=1025&channel=chrome&platform=lazada&version=11.0.8&browser=chrome&mv=3", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "js": [ "assets\/js\/chunk-common.js", "assets\/js\/chunk-vendors.js", "assets\/js\/content-script.js" ], "css": [ "assets\/css\/chunk-common.css", "assets\/css\/content-script.css" ], "matches": [ "*:\/\/*.lazada.co.id\/*", "*:\/\/*.lazada.co.th\/*", "*:\/\/*.lazada.com.my\/*", "*:\/\/*.lazada.com.ph\/*", "*:\/\/*.lazada.sg\/*", "*:\/\/*.lazada.vn\/*" ] } ], "options_ui": { "open_in_tab": true, "page": "options.html" }, "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "alarms", "contextMenus", "cookies", "notifications", "storage" ], "host_permissions": [ "*:\/\/*.aliprice.com\/*", "*:\/\/*.lazada.co.id\/*", "*:\/\/*.lazada.co.th\/*", "*:\/\/*.lazada.com.my\/*", "*:\/\/*.lazada.com.ph\/*", "*:\/\/*.lazada.sg\/*", "*:\/\/*.lazada.vn\/*", "*:\/\/*.shopee.co.id\/*", "*:\/\/*.shopee.co.th\/*", "*:\/\/*.shopee.com.my\/*", "*:\/\/*.shopee.ph\/*", "*:\/\/*.shopee.sg\/*", "*:\/\/*.shopee.tw\/*", "*:\/\/*.shopee.vn\/*", "*:\/\/ssl.google-analytics.com\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.lazada.co.id\/*", "*:\/\/*.lazada.co.th\/*", "*:\/\/*.lazada.com.my\/*", "*:\/\/*.lazada.com.ph\/*", "*:\/\/*.lazada.sg\/*", "*:\/\/*.lazada.vn\/*" ], "resources": [ "assets\/*" ] } ] } |