PennCourseNotify Extension
Add PennCourseNotify buttons to PennInTouch
Qu'est-ce que PennCourseNotify Extension ?
PennCourseNotify Extension est une extension Chrome développée par https://www.penncoursenotify.com, et sa fonction principale est "Add PennCourseNotify buttons to PennInTouch".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PennCourseNotify Extension
Téléchargez les fichiers d'extension PennCourseNotify Extension 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
PennCourseNotify.com allows students at the University of Pennsylvania easily receive email notification whenever a closed course opens up. Now with this extension, you can browse PennInTouch and easily click the "Notify Me!" button beside the "Add to cart" and be added to PennCourseNotify. Easily get into the courses you need with PennCourseNotify! Created by Fabio Fleitas
Informations de Base sur l'Extension
Nom | |
ID | fnfnjichadfpaneolghomamdbjbhnenn |
URL Officiel | https://chromewebstore.google.com/detail/penncoursenotify-extensio/fnfnjichadfpaneolghomamdbjbhnenn |
Description | Add PennCourseNotify buttons to PennInTouch |
Taille du Fichier | 146 KB |
Nombre d'Installations | 125 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-22 |
Date de Publication | 2014-01-21 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | https://www.penncoursenotify.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.penncoursenotify.com/ |
URL de la Page d'Aide | http://fabiofleitas.com/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PennCourseNotify Extension", "description": "Add PennCourseNotify buttons to PennInTouch", "version": "1.0", "author": "Fabio Fleitas", "icons": { "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "homepage_url": "http:\/\/www.penncoursenotify.com\/", "background": { "persistent": false, "scripts": [ "js\/install.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/pennintouch.apps.upenn.edu\/pennInTouch\/jsp\/fast2.do*" ], "js": [ "js\/jquery.min.js", "js\/script.js" ] } ], "web_accessible_resources": [ "js\/jquery-1.10.2.min.map" ], "permissions": [ "http:\/\/www.penncoursenotify.com\/", "storage" ] } |