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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
URL หน้าช่วยเหลือ | 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" ] } |