iCampus Check Plus
Upgraded version of iCampus Check
What is iCampus Check Plus?
iCampus Check Plus is a Chrome extension developed by 이재균, and its main feature is "Upgraded version of iCampus Check".
Extension Screenshots
Download iCampus Check Plus Extension CRX File
Download iCampus Check Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
아이캠퍼스 체크의 개선판입니다. 과제 및 평가 항목에서도 가져오기 때문에 놓치는 과제가 없이 여러분의 성균관대 아캠 라이프가 더욱 완벽해집니다. 오픈소스 소프트웨어 프로그래밍 실습 팀프로젝트입니다. 팀 #10 by 이준한 이준원 이재균
Extension Basic Information
Name | |
ID | idgncclckmhodbcafbeopkkhiedfgiio |
Official URL | https://chromewebstore.google.com/detail/icampus-check-plus/idgncclckmhodbcafbeopkkhiedfgiio |
Description | Upgraded version of iCampus Check |
File Size | 5.83 MB |
Installation Count | 338 |
Current Version | 1.0.1 |
Last Updated | 2022-05-27 |
Publish Date | 2022-05-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | 이재균 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dreams60/iCampusCheckPlus |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iCampus Check Plus", "description": "Upgraded version of iCampus Check", "version": "1.0.1", "content_scripts": [ { "matches": [ "*:\/\/canvas.skku.edu\/*" ], "js": [ "includes\/jquery-3.5.0.min.js", "content.js", "script.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; " }, "permissions": [ "activeTab", "tabs", "declarativeContent", "scripting" ], "host_permissions": [ "https:\/\/canvas.skku.edu\/*" ] } |