TnP IITD Notifier
View notifications of TnP activity effortlessly anywhere you go on the web.
Cos'è TnP IITD Notifier?
TnP IITD Notifier è un'estensione di Chrome sviluppata da https://www.appsinthelab.com, e la sua funzione principale è "View notifications of TnP activity effortlessly anywhere you go on the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TnP IITD Notifier
Scarica i file di estensione TnP IITD Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 ;) Informazioni di Base sull'Estensione
| Nome | |
| ID | gepikhpbmnfdkclggoddenppdlpenklf |
| URL Ufficiale | https://chromewebstore.google.com/detail/tnp-iitd-notifier/gepikhpbmnfdkclggoddenppdlpenklf |
| Descrizione | View notifications of TnP activity effortlessly anywhere you go on the web. |
| Dimensione del File | 213 KB |
| Conteggio Installazioni | 114 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2012-09-16 |
| Data di Pubblicazione | 2012-09-16 |
| Valutazione | 4.91/5 Totale 35 Valutazioni |
| Sviluppatore | https://www.appsinthelab.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |