Context Menu Shipment Track

This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…

Context Menu Shipment Track क्या है?

Context Menu Shipment Track levo54 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…"।

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

screenshot

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

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

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

                        This extension was designed to make life a bit easier.
It allows fast tracking for DHL shipments (at the moment).

Open DHL Tracking page with a click of a button.

How to use:

1. Highlight the tracking number
2. Either right-click or click the extension icon

Enjoy!                    

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

नाम Context Menu Shipment Track Context Menu Shipment Track
ID nikpbnmephomcnijbmfhmlfmehombelg
आधिकारिक URL https://chromewebstore.google.com/detail/context-menu-shipment-tra/nikpbnmephomcnijbmfhmlfmehombelg
विवरण This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…
फ़ाइल का आकार 10.34 KB
स्थापना संख्या 190
वर्तमान संस्करण 1.3
अंतिम अपडेट 2022-10-22
प्रकाशन तिथि 2018-03-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर levo54
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": [],
    "manifest_version": 3,
    "name": "Context Menu Shipment Track",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "version": "1.3"
}