PennCourseNotify Extension
Add PennCourseNotify buttons to PennInTouch
PennCourseNotify Extension란 무엇입니까?
PennCourseNotify Extension은(는) https://www.penncoursenotify.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add PennCourseNotify buttons to PennInTouch"입니다.
확장 프로그램 스크린샷
PennCourseNotify Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/ |
도움말 페이지 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" ] } |