Sch Eclass Manager

순천향대학교 이클래스 사용 도우미

What is Sch Eclass Manager?

Sch Eclass Manager is a Chrome extension developed by poinguinie, and its main feature is "순천향대학교 이클래스 사용 도우미".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Sch Eclass Manager Extension CRX File

Download Sch Eclass 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

                        ※ 해당 프로그램은 사용자의 어떠한 정보도 수집하지 않습니다.
또한 학교 홈페이지의 변동이 있을 경우 사용이 힘들 수 있습니다.

순천향대학교 이클래스 사용에 있어 편의성을 주는 확장 프로그램입니다.

현재 구현된 기능은 PDF 다운로드, 녹화 영상 다운로드가 있습니다.

사용법: https://poinguinie.github.io/Sch-Eclass-Manager-Homepage/

소스 코드: https://github.com/poinguinie/Sch_Eclass_Manager

추가적인 문의 사항은 [email protected]으로 주시면 감사하겠습니다.                    

Extension Basic Information

Name Sch Eclass Manager Sch Eclass Manager
ID ojecldngdimjmloidmnkfngmallnbheo
Official URL https://chromewebstore.google.com/detail/sch-eclass-manager/ojecldngdimjmloidmnkfngmallnbheo
Description 순천향대학교 이클래스 사용 도우미
File Size 24.72 KB
Installation Count 356
Current Version 1.0.7.3
Last Updated 2023-08-30
Publish Date 2022-04-27
Developer poinguinie
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sch Eclass Manager",
    "description": "\uc21c\ucc9c\ud5a5\ub300\ud559\uad50 \uc774\ud074\ub798\uc2a4 \uc0ac\uc6a9 \ub3c4\uc6b0\ubbf8",
    "version": "1.0.7.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/eclass.sch.ac.kr\/*",
        "https:\/\/medlms.sch.ac.kr\/*"
    ],
    "action": {
        "default_popup": "\/browser\/index.html",
        "default_icon": {
            "16": "\/images\/favicon-16x16.png",
            "32": "\/images\/favicon-32x32.png",
            "48": "\/images\/favicon-48x48.png",
            "128": "\/images\/favicon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/favicon-16x16.png",
        "32": "\/images\/favicon-32x32.png",
        "48": "\/images\/favicon-48x48.png",
        "128": "\/images\/favicon-128x128.png"
    },
    "options_page": ".\/options\/index.html"
}