PennCourseNotify Extension
Add PennCourseNotify buttons to PennInTouch
Wat is PennCourseNotify Extension?
PennCourseNotify Extension is een Chrome-extensie ontwikkeld door https://www.penncoursenotify.com, en de belangrijkste functie is "Add PennCourseNotify buttons to PennInTouch".
Extensie Screenshots
Download het CRX-bestand van de extensie PennCourseNotify Extension
Download PennCourseNotify Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | fnfnjichadfpaneolghomamdbjbhnenn |
Officiële URL | https://chromewebstore.google.com/detail/penncoursenotify-extensio/fnfnjichadfpaneolghomamdbjbhnenn |
Beschrijving | Add PennCourseNotify buttons to PennInTouch |
Bestandsgrootte | 146 KB |
Aantal Installaties | 125 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-01-22 |
Publicatiedatum | 2014-01-21 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://www.penncoursenotify.com |
Betalingswijze | free |
Extensiewebsite | http://www.penncoursenotify.com/ |
Help Pagina-URL | http://fabiofleitas.com/ |
Ondersteunde Talen | 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" ] } |