AliExpress Parcels - My Orders
View and search for AliExpress orders. Quick links will help you instantly switch to your favorite pages.
什麼是AliExpress Parcels - My Orders?
AliExpress Parcels - My Orders是由SKYDE WEB開發的Chrome擴展程式,該擴展的主要功能是“View and search for AliExpress orders. Quick links will help you instantly switch to your favorite pages.”。
擴展截圖
下載AliExpress Parcels - My Orders擴展crx文件
下載AliExpress Parcels - My Orders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Now it's much easier and faster to track your parcels from AliExpress. Enter your list of numbers and go to view the status of the delivery in one click. In version 2.0.0 the code was rewritten taking into account the Google Manifest v.3 policy In version 1.5.0 Correction of double track numbers. Added support for the ".ru" domain. Added a direct link to the product from the extension. Changed the style of the button. Other fixes. In version 1.4.0 Added instructions, added a quick search in AliExpress, added manual addition of track numbers, fixed minor bugs. In version 1.3.4 we added multilanguage, fixed several bugs. In version 1.3.0, we made the changes that affected the storage of tracks. Please re-enter the data. Now the track is entered on the order page with the click of the "TRACK" button Aliexpress tracker, Aliexpress Tools, AliExpress shopping.
擴展基本資訊
名稱 | AliExpress Parcels - My Orders |
ID | jeboiblbjpbhkpphfbjepnelgbcjgcjc |
官方網址 | https://chromewebstore.google.com/detail/aliexpress-parcels-my-ord/jeboiblbjpbhkpphfbjepnelgbcjgcjc |
簡介 | View and search for AliExpress orders. Quick links will help you instantly switch to your favorite pages. |
檔案大小 | 282 KB |
安裝次數 | 3,080 |
目前版本 | 2.0.0 |
更新時間 | 2023-06-25 |
上架時間 | 2019-05-05 |
評分 | 4.67/5 共 9 次評分 |
開發者 | SKYDE WEB |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://skyde.ru |
說明頁面URL | https://skyde.ru |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "version": "2.0.0", "icons": { "16": "phone.png", "32": "phone.png", "48": "phone.png", "128": "phone.png" }, "content_scripts": [ { "matches": [ "*:\/\/aliexpress.ru\/*" ], "css": [ "bundle.css" ], "js": [ "background.js" ] } ], "permissions": [ "scripting", "storage" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "back.js", "type": "module" }, "externally_connectable": { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/aliexpress.ru\/*", "*:\/\/aliexpress.com\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" } } |