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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View and search for AliExpress orders. Quick links will help you instantly switch to your favorite pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AliExpress Parcels - My Orders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 AliExpress Parcels - My Orders
ID jeboiblbjpbhkpphfbjepnelgbcjgcjc
आधिकारिक URL 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'"
    }
}