Aliexpress Product Tracking
The extension allows you to track the status of a parcel right on the order page.
Aliexpress Product Tracking क्या है?
Aliexpress Product Tracking AliTracking Technology द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension allows you to track the status of a parcel right on the order page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aliexpress Product Tracking एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
🚚 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]
एक्सटेंशन की मूल जानकारी
नाम | Aliexpress Product Tracking |
ID | ehgmocbdgljnncdhdmfpcjljbapjglak |
आधिकारिक URL | https://chromewebstore.google.com/detail/aliexpress-product-tracki/ehgmocbdgljnncdhdmfpcjljbapjglak |
विवरण | The extension allows you to track the status of a parcel right on the order page. |
फ़ाइल का आकार | 119 KB |
स्थापना संख्या | 81 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2021-07-27 |
प्रकाशन तिथि | 2021-07-18 |
रेटिंग | 3.86/5 कुल 7 रेटिंग्स |
डेवलपर | AliTracking Technology |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://alitracking.poqdev.com/info/privacy |
समर्थित भाषाएँ | 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" ] } |