Where is my package? - Package tracker

Package tracker is a free and useful browser extension for tracking your packages from any website

Where is my package? - Package tracker क्या है?

Where is my package? - Package tracker FreeVideo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Package tracker is a free and useful browser extension for tracking your packages from any website"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Where is my package? - Package tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Package Tracker has a simple interface, open the popup by clicking on the extension icon and copy the track number of the package. Press the search button - the history of the movement of the parcel will open.

The extension identifies the courier of your parcel and searches for a postal item on the sites of courier services and on the sites of aggregators. You do not need to know the addresses of the sites, the extension knows which sites to look for information about your shipment.

The parcel tracker will find the most complete information about your parcel from several sources, track the full path of all stopping points. Also Package Tracker can find the current position of trackless parcels.                    

एक्सटेंशन की मूल जानकारी

नाम Where is my package? - Package tracker Where is my package? - Package tracker
ID djeaekmabafcihkbbnagalljbbganijo
आधिकारिक URL https://chromewebstore.google.com/detail/where-is-my-package-packa/djeaekmabafcihkbbnagalljbbganijo
विवरण Package tracker is a free and useful browser extension for tracking your packages from any website
फ़ाइल का आकार 859 KB
स्थापना संख्या 5,712
वर्तमान संस्करण 0.0.47
अंतिम अपडेट 2023-07-20
प्रकाशन तिथि 2020-02-07
रेटिंग 3.50/5 कुल 18 रेटिंग्स
डेवलपर FreeVideo
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1LHjknm6Coau2Grdze-rQSpBHsuCoUyMHFbbKSUN8Eac
समर्थित भाषाएँ de,en,fr,es,it,pl,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "version": "0.0.47",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "action": {
        "default_title": "Parcel",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}