TnP IITD Notifier
View notifications of TnP activity effortlessly anywhere you go on the web.
Qu'est-ce que TnP IITD Notifier ?
TnP IITD Notifier est une extension Chrome développée par https://www.appsinthelab.com, et sa fonction principale est "View notifications of TnP activity effortlessly anywhere you go on the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TnP IITD Notifier
Téléchargez les fichiers d'extension TnP IITD Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 ;)
Informations de Base sur l'Extension
Nom | TnP IITD Notifier |
ID | gepikhpbmnfdkclggoddenppdlpenklf |
URL Officiel | https://chromewebstore.google.com/detail/tnp-iitd-notifier/gepikhpbmnfdkclggoddenppdlpenklf |
Description | View notifications of TnP activity effortlessly anywhere you go on the web. |
Taille du Fichier | 213 KB |
Nombre d'Installations | 114 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-09-16 |
Date de Publication | 2012-09-16 |
Évaluation | 4.91/5 Total 35 Évaluations |
Développeur | https://www.appsinthelab.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |