TnP IITD Notifier

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

Was ist TnP IITD Notifier?

TnP IITD Notifier ist eine Chrome-Erweiterung, die von https://www.appsinthelab.com entwickelt wurde, und ihr Hauptmerkmal ist "View notifications of TnP activity effortlessly anywhere you go on the web.".

Erweiterungsscreenshots

screenshot

TnP IITD Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie TnP IITD Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 ;)                    

Grundlegende Informationen zur Erweiterung

Name TnP IITD Notifier TnP IITD Notifier
ID gepikhpbmnfdkclggoddenppdlpenklf
Offizielle URL https://chromewebstore.google.com/detail/tnp-iitd-notifier/gepikhpbmnfdkclggoddenppdlpenklf
Beschreibung View notifications of TnP activity effortlessly anywhere you go on the web.
Dateigröße 213 KB
Installationsanzahl 114
Aktuelle Version 1.0
Letztes Update 2012-09-16
Veröffentlichungsdatum 2012-09-16
Bewertung 4.91/5 Insgesamt 35 Bewertungen
Entwickler https://www.appsinthelab.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}