Aliexpress Product Tracking
The extension allows you to track the status of a parcel right on the order page.
Cos'è Aliexpress Product Tracking?
Aliexpress Product Tracking è un'estensione di Chrome sviluppata da AliTracking Technology, e la sua funzione principale è "The extension allows you to track the status of a parcel right on the order page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Aliexpress Product Tracking
Scarica i file di estensione Aliexpress Product Tracking in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🚚 With our extension, you can track the delivery status of your product directly on the order page. 😬 If you often buy something on AliExpress™, then most likely you use mail tracking services or programs, such as TrackChecker, and manually enter or copy the track number from the order page into them. This can sometimes be extremely inconvenient! 🕵 The Aliexpress Product Tracking extension will allow you to track the status of a parcel directly on the order page on the website aliexpress.com and also open sites with information about delivery immediately with the entered track number. ❤️ Use it for your health! 📧 Contact email: [email protected]
Informazioni di Base sull'Estensione
Nome | Aliexpress Product Tracking |
ID | ehgmocbdgljnncdhdmfpcjljbapjglak |
URL Ufficiale | https://chromewebstore.google.com/detail/aliexpress-product-tracki/ehgmocbdgljnncdhdmfpcjljbapjglak |
Descrizione | The extension allows you to track the status of a parcel right on the order page. |
Dimensione del File | 119 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2021-07-27 |
Data di Pubblicazione | 2021-07-18 |
Valutazione | 3.86/5 Totale 7 Valutazioni |
Sviluppatore | AliTracking Technology |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://alitracking.poqdev.com/info/privacy |
Lingue Supportate | en,en-GB,en-US,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background\/background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "css": [ "css\/style.css" ], "js": [ "lib\/jquery.js", "content\/content.js" ], "matches": [ "*:\/\/aliexpress.com\/*", "*:\/\/aliexpress.ru\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/trade.alibaba.com\/*", "*:\/\/trade.aliexpress.ru\/*", "*:\/\/best.aliexpress.ru\/*" ], "run_at": "document_end" } ], "description": "__MSG_description__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "default_locale": "ru", "manifest_version": 2, "name": "Aliexpress Product Tracking", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "AliTrack", "version": "0.0.5", "web_accessible_resources": [ "images\/loader.gif", "images\/btnx.png", "jquery.min.map", "images\/sign.png", "images\/dev_label.png" ] } |