PennCourseNotify Extension
Add PennCourseNotify buttons to PennInTouch
PennCourseNotify Extension là gì?
PennCourseNotify Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.penncoursenotify.com, và tính năng chính của nó là "Add PennCourseNotify buttons to PennInTouch".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PennCourseNotify Extension
Tải xuống các tệp mở rộng PennCourseNotify Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fnfnjichadfpaneolghomamdbjbhnenn |
URL Chính Thức | https://chromewebstore.google.com/detail/penncoursenotify-extensio/fnfnjichadfpaneolghomamdbjbhnenn |
Mô tả | Add PennCourseNotify buttons to PennInTouch |
Kích Thước Tệp | 146 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-01-22 |
Ngày Phát Hành | 2014-01-21 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.penncoursenotify.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.penncoursenotify.com/ |
URL Trang Trợ Giúp | http://fabiofleitas.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |