Pricearchive - AliExpress Shopping Assistant
AliExpress price tracker, search by image, price drop email alerts, parcel tracking, photos of delivered items with reviews.
Τι είναι το Pricearchive - AliExpress Shopping Assistant;
Το Pricearchive - AliExpress Shopping Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.pricearchive.org, και η κύρια λειτουργία του είναι "AliExpress price tracker, search by image, price drop email alerts, parcel tracking, photos of delivered items with reviews.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pricearchive - AliExpress Shopping Assistant
Λήψη αρχείων επέκτασης Pricearchive - AliExpress Shopping Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension is completely safe. Requests the most minimal permissions. Does not access, store or transmit logins and/or passwords. Does not access, store or transmit payment information. Does not contain any third-party trackers. Does not track your browser activity at all. Doesn't change search results on AliExpress pages. Doesn't change the source code of any page. Doesn't show ads. Our add-on is not a botnet. Doesn't engage in any other illegal activity. This extension includes the following features. 1. AliExpress price tracker. Provides the opportunity to buy at the lowest prices. Data has been collected since 2016. We have information on more than 177,000,000 goods (as of July 1, 2020). Find out about artificial discounts, especially during big sales: 11.11 Global Shopping Festival, Black Friday, and Cyber Monday. 2. Search by image button for AliExpress goods (added in July 2020). Quickly and conveniently find by image other sellers from whom you can buy an identical product but at a lower price. Our search finds similar products as well. 3. Free price drop email alerts. Smart setup. Click on any chart point to set a value for the alert. 4. Collect or update all your orders from the AliExpress account in 1 click. There is no need to manually search and enter parcel codes one by one. Get rid of the routine! 5. 1 click package tracker for all your orders. The extension remembers which location you saw the last time and highlights the new information. Save your time using this feature! 6. Product images of delivered items with real customer reviews. You need to hover over the image to read the review. 7. Save your favorite goods in a separate tab with easy access. Please feel free to contact us at https://www.pricearchive.org/contact if you have any questions about our price tracker, our new AliExpress search by image or if you need other features. This assistant was created by Pricearchive.org.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pricearchive - AliExpress Shopping Assistant |
ID | ebbilkbochjjalheallpnblfdhkfjjmp |
Επίσημο URL | https://chromewebstore.google.com/detail/pricearchive-aliexpress-s/ebbilkbochjjalheallpnblfdhkfjjmp |
Περιγραφή | AliExpress price tracker, search by image, price drop email alerts, parcel tracking, photos of delivered items with reviews. |
Μέγεθος Αρχείου | 972 KB |
Αριθμός Εγκαταστάσεων | 9,579 |
Τρέχουσα Έκδοση | 0.0.2.7 |
Τελευταία Ενημέρωση | 2021-01-14 |
Ημερομηνία Δημοσίευσης | 2020-07-07 |
Αξιολόγηση | 4.66/5 Συνολικά 44 Αξιολογήσεις |
Προγραμματιστής | https://www.pricearchive.org |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.pricearchive.org |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.pricearchive.org/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.pricearchive.org/privacy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_EXTENSION_NAME__", "version": "0.0.2.7", "default_locale": "en", "description": "__MSG_EXTENSION_DESCRIPTION__", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_title": "__MSG_TOOLTIP__", "default_popup": "html\/popup.html" }, "author": "Pricearchive.org", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.ru\/*", "https:\/\/*.pricearchive.org\/*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/aliexpressContentScript.js" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/www.pricearchive.org; object-src 'self'", "homepage_url": "https:\/\/www.pricearchive.org", "options_page": "html\/options.html", "permissions": [ "storage", "activeTab", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "https:\/\/*.pricearchive.org\/*" ], "short_name": "__MSG_EXTENSION_NAME__", "version_name": "0.0.2.7" } |