17Track Search

A simple context menu that adds a 17Track Search function for selected text/tracking numbers

17Track Search क्या है?

17Track Search Retherichus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple context menu that adds a 17Track Search function for selected text/tracking numbers"।

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

screenshot
screenshot

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

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

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

                        If you're an active Aliexpress user that likes to check with the tracking updates all the time, then this might be just the thing for you!

This will make it a little bit easier to look up your parcels, simply just select the tracking number by marking it, then right click it!.. and finally you should have the option to search it up directly on 17Track.  (opens up in a new tab!)


//End note, this was mostly just made for personal use, but others might find this useful too, so.. enjoy!                    

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

नाम 17Track Search 17Track Search
ID ckfgionbnoegdmpphlnpaeklopolmgmi
आधिकारिक URL https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi
विवरण A simple context menu that adds a 17Track Search function for selected text/tracking numbers
फ़ाइल का आकार 4.13 KB
स्थापना संख्या 1,570
वर्तमान संस्करण 1.0.0.1
अंतिम अपडेट 2016-03-16
प्रकाशन तिथि 2016-03-15
रेटिंग 3.88/5 कुल 26 रेटिंग्स
डेवलपर Retherichus
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "17Track Search",
    "description": "A simple context menu that adds a 17Track Search function for selected text\/tracking numbers",
    "version": "1.0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "menu.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    }
}