Icampus Manager

Icampus Manager

Icampus Manager란 무엇입니까?

Icampus Manager은(는) hongxing107에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Icampus Manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Icampus Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Icampus Manager는 성균관대 아이캠퍼스의 기능을 확장하는 크롬 익스텐션입니다.
현재 다음과 같은 기능을 제공합니다.

- 전체 강의 및 과제 목록 표시
- 강의 자동 재생
- PDF 일괄 다운로드                    

확장 프로그램 기본 정보

이름 Icampus Manager Icampus Manager
ID eppogmgfolcnonhhhgpbcclapahcmkaa
공식 URL https://chromewebstore.google.com/detail/icampus-manager/eppogmgfolcnonhhhgpbcclapahcmkaa
설명 Icampus Manager
파일 크기 1.54 MB
설치 횟수 860
현재 버전 1.2.0
최근 업데이트 2022-11-29
출시 날짜 2022-10-26
평점 5.00/5 총 4 개의 평점
개발자 hongxing107
이메일 [email protected]
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Icampus Manager",
    "version": "1.2.0",
    "icons": {
        "128": ".\/icon128.png",
        "48": ".\/icon48.png",
        "32": ".\/icon32.png",
        "16": ".\/icon16.png"
    },
    "action": {
        "default_icon": {
            "32": ".\/icon32.png"
        },
        "default_title": "icampus manager",
        "default_popup": "popup.html"
    },
    "description": "Icampus Manager",
    "author": "shorecrab",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/canvas.skku.edu\/*"
            ],
            "js": [
                "assets\/popup.js"
            ]
        },
        {
            "matches": [
                "*:\/\/lcms.skku.edu\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/player.js"
            ]
        }
    ],
    "options_page": "index.html",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/canvas.skku.edu\/*",
        "*:\/\/lcms.skku.edu\/*"
    ]
}