Icampus Manager

Icampus Manager

What is Icampus Manager?

Icampus Manager is a Chrome extension developed by hongxing107, and its main feature is "Icampus Manager".

Extension Screenshots

screenshot
screenshot

Download Icampus Manager Extension CRX File

Download Icampus Manager 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

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

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

Extension Basic Information

Name Icampus Manager Icampus Manager
ID eppogmgfolcnonhhhgpbcclapahcmkaa
Official URL https://chromewebstore.google.com/detail/icampus-manager/eppogmgfolcnonhhhgpbcclapahcmkaa
Description Icampus Manager
File Size 1.54 MB
Installation Count 860
Current Version 1.2.0
Last Updated 2022-11-29
Publish Date 2022-10-26
Rating 5.00/5 Total 4 Ratings
Developer hongxing107
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}