TnP IITD Notifier

View notifications of TnP activity effortlessly anywhere you go on the web.

TnP IITD Notifier क्या है?

TnP IITD Notifier https://www.appsinthelab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View notifications of TnP activity effortlessly anywhere you go on the web."।

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

screenshot

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

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

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

                        See what's happening on TnP with the TnP IITD Notifier extension. 
Whenever you have a new notification (for example, when a new company visits the campus or any new update), the extension button will show you how many updates are waiting for you. Once you click the button, a window will drop down showing you all of your most recent notifications. That way you can stay up-to-speed with the TnP no matter where you are on the web, of course within IITD ;)                    

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

नाम TnP IITD Notifier TnP IITD Notifier
ID gepikhpbmnfdkclggoddenppdlpenklf
आधिकारिक URL https://chromewebstore.google.com/detail/tnp-iitd-notifier/gepikhpbmnfdkclggoddenppdlpenklf
विवरण View notifications of TnP activity effortlessly anywhere you go on the web.
फ़ाइल का आकार 213 KB
स्थापना संख्या 114
वर्तमान संस्करण 1.0
अंतिम अपडेट 2012-09-16
प्रकाशन तिथि 2012-09-16
रेटिंग 4.91/5 कुल 35 रेटिंग्स
डेवलपर https://www.appsinthelab.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TnP IITD Notifier",
    "version": "1.0",
    "manifest_version": 2,
    "description": "View notifications of TnP activity effortlessly anywhere you go on the web.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.6.1.js",
            "js\/jquery.crypt.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/www.tnp.iitd.ac.in\/notices\/",
        "storage"
    ]
}