Aliexpress, Gearbest - Where is my order?
How to track my order from China? The button helps to check where is the parcel right on the order page.
Was ist Aliexpress, Gearbest - Where is my order??
Aliexpress, Gearbest - Where is my order? ist eine Chrome-Erweiterung, die von aliaksandr entwickelt wurde, und ihr Hauptmerkmal ist "How to track my order from China? The button helps to check where is the parcel right on the order page.".
Erweiterungsscreenshots
Aliexpress, Gearbest - Where is my order?-Erweiterungs-CRX-Datei herunterladen
Laden Sie Aliexpress, Gearbest - Where is my order?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This button appears on Aliexpress or Gearbest order detail page under tracking number - Pros: Just press it and get results here. How do I track my order on Aliexpress or Gearbest? 1. "After the supplier ships your order, a tracking number will appear. You can track your order on shipping company's website with the tracking number provided. Log in my Alibaba and see the tracking details in transactions." - The default option. - Cons: Need to open another page. 2. Some sites provide order tracking services. - Cons: Need to open another page and copy-paste tracking code. 3. There are some similar browser extensions - Cons: Some of them are not working and not supported any more. Need to copy-paste tracking code. The button "Where is my order" is one more comfortable option.
Grundlegende Informationen zur Erweiterung
Name | Aliexpress, Gearbest - Where is my order? |
ID | jmakaoiamffmcilmpdndjpjdanjhfheh |
Offizielle URL | https://chromewebstore.google.com/detail/aliexpress-gearbest-where/jmakaoiamffmcilmpdndjpjdanjhfheh |
Beschreibung | How to track my order from China? The button helps to check where is the parcel right on the order page. |
Dateigröße | 55.83 KB |
Installationsanzahl | 2,894 |
Aktuelle Version | 3.28 |
Letztes Update | 2020-12-23 |
Veröffentlichungsdatum | 2020-03-28 |
Bewertung | 3.90/5 Insgesamt 105 Bewertungen |
Entwickler | aliaksandr |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://ad.resourcefulman.net/Privacy-Policy.txt |
Unterstützte Sprachen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "3.28", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.gearbest.com\/*" ], "js": [ "scripts.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "*.*" ] } |