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.
Aliexpress, Gearbest - Where is my order? là gì?
Aliexpress, Gearbest - Where is my order? là một tiện ích mở rộng Chrome được phát triển bởi aliaksandr, và tính năng chính của nó là "How to track my order from China? The button helps to check where is the parcel right on the order page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Aliexpress, Gearbest - Where is my order?
Tải xuống các tệp mở rộng Aliexpress, Gearbest - Where is my order? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Aliexpress, Gearbest - Where is my order? |
ID | jmakaoiamffmcilmpdndjpjdanjhfheh |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-gearbest-where/jmakaoiamffmcilmpdndjpjdanjhfheh |
Mô tả | How to track my order from China? The button helps to check where is the parcel right on the order page. |
Kích Thước Tệp | 55.83 KB |
Số Lần Cài Đặt | 2,894 |
Phiên Bản Hiện Tại | 3.28 |
Cập Nhật Lần Cuối | 2020-12-23 |
Ngày Phát Hành | 2020-03-28 |
Đánh Giá | 3.90/5 Tổng số 105 Đánh Giá |
Nhà Phát Triển | aliaksandr |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://ad.resourcefulman.net/Privacy-Policy.txt |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*.*" ] } |