PennCourseNotify Extension
Add PennCourseNotify buttons to PennInTouch
ما هو PennCourseNotify Extension؟
PennCourseNotify Extension هو إضافة Chrome تم تطويرها بواسطة https://www.penncoursenotify.com، والميزة الرئيسية لها هي "Add PennCourseNotify buttons to PennInTouch".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PennCourseNotify Extension
قم بتنزيل ملفات الامتداد PennCourseNotify Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | fnfnjichadfpaneolghomamdbjbhnenn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/penncoursenotify-extensio/fnfnjichadfpaneolghomamdbjbhnenn |
الوصف | Add PennCourseNotify buttons to PennInTouch |
حجم الملف | 146 KB |
عدد التثبيتات | 125 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-01-22 |
تاريخ النشر | 2014-01-21 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | https://www.penncoursenotify.com |
نوع الدفع | free |
موقع الإضافة | http://www.penncoursenotify.com/ |
عنوان صفحة المساعدة | http://fabiofleitas.com/ |
اللغات المدعومة | 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" ] } |