PennCourseNotify Extension
Add PennCourseNotify buttons to PennInTouch
Hvad er PennCourseNotify Extension?
PennCourseNotify Extension er en Chrome-udvidelse udviklet af https://www.penncoursenotify.com, og dens hovedfunktion er "Add PennCourseNotify buttons to PennInTouch".
Udvidelsesskærmbilleder
Download PennCourseNotify Extension-udvidelses-CRX-fil
Download PennCourseNotify Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fnfnjichadfpaneolghomamdbjbhnenn |
Officiel URL | https://chromewebstore.google.com/detail/penncoursenotify-extensio/fnfnjichadfpaneolghomamdbjbhnenn |
Beskrivelse | Add PennCourseNotify buttons to PennInTouch |
Filstørrelse | 146 KB |
Antal Installationer | 125 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-01-22 |
Udgivelsesdato | 2014-01-21 |
Bedømmelse | 4.50/5 Samlet 4 Bedømmelser |
Udvikler | https://www.penncoursenotify.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.penncoursenotify.com/ |
Hjælpeside-URL | http://fabiofleitas.com/ |
Understøttede Sprog | 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" ] } |