Package tracker

ALL-IN-ONE PACKAGE TRACKING

What is Package tracker?

Package tracker is a Chrome extension developed by aliprice2, and its main feature is "ALL-IN-ONE PACKAGE TRACKING".

Extension Screenshots

screenshot

Download Package tracker Extension CRX File

Download Package tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With this extension, you can track your parcels from AliExpress, Gearbest, Banggood, Amazon, Ebay, JD and Lazada.

We wish you good shopping!                    

Extension Basic Information

Name Package tracker Package tracker
ID dnpphobhiddcpeipjjmdlbbgepaaehne
Official URL https://chromewebstore.google.com/detail/package-tracker/dnpphobhiddcpeipjjmdlbbgepaaehne
Description ALL-IN-ONE PACKAGE TRACKING
File Size 86.71 KB
Installation Count 619
Current Version 2.0.0
Last Updated 2019-11-04
Publish Date 2019-11-03
Rating 5.00/5 Total 46 Ratings
Developer aliprice2
Email [email protected]
Payment Type free
Extension Website http://t.aliprice.com/en/?ext=3
Help Page URL https://www.aliprice.com/information/index?page=contact
Privacy Policy Page URL https://www.aliprice.com/information/index/page/privacy
Supported Languages de,en,fr,tr,es,es-419,pl,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Package tracker",
    "name": "Package tracker",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com",
    "default_locale": "en",
    "version": "2.0.0",
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies",
        "storage",
        "notifications",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.gearbest.com\/*",
        "*:\/\/*.joybuy.com\/*",
        "*:\/\/*.joybuy.es\/*",
        "*:\/\/*.jd.ru\/*",
        "*:\/\/*.banggood.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.jd.id\/*",
        "*:\/\/*.lazada.sg\/*",
        "*:\/\/*.lazada.com.my\/*",
        "*:\/\/*.lazada.com.ph\/*",
        "*:\/\/*.lazada.vn\/*",
        "*:\/\/*.lazada.co.th\/*",
        "*:\/\/*.lazada.co.id\/*",
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.dhgate.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com; object-src 'self'",
    "background": {
        "scripts": [
            "ga-config.js",
            "plugin\/jquery.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.gearbest.com\/*",
                "*:\/\/*.joybuy.com\/*",
                "*:\/\/*.jd.ru\/*",
                "*:\/\/*.joybuy.es\/*",
                "*:\/\/*.banggood.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.jd.id\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.com.ph\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.lazada.co.th\/*",
                "*:\/\/*.lazada.co.id\/*",
                "*:\/\/*.dhgate.com\/*"
            ],
            "js": [
                "config.js",
                "plugin\/jquery.min.js",
                "function.js",
                "orders.js",
                "aliprice.js"
            ],
            "css": []
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon\/icon19.png",
        "default_title": "AliPrice",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "web_accessible_resources": [
        "plugin\/jquery.min.js",
        "plugin\/jquery.min.map"
    ]
}