디마 다이렉트 - DIMA Direct

동아방송예술대학교 학생들이 자주 이용하는 웹사이트를 모아놓은 확장앱 입니다.

디마 다이렉트 - DIMA Directとは何ですか?

디마 다이렉트 - DIMA DirectはLeeSodaによって開発されたChromeの拡張機能で、その主な機能は「동아방송예술대학교 학생들이 자주 이용하는 웹사이트를 모아놓은 확장앱 입니다.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

디마 다이렉트 - DIMA Direct拡張機能のCRXファイルをダウンロード

디마 다이렉트 - DIMA Direct拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        동아방송예술대학교 학생들이 자주 이용하는 웹사이트를 모았습니다.

- 28개의 바로가기 링크를 본인이 커스터마이징하여 설정할 수 있습니다.
- 팝업 하단에서 오늘의 학사일정을 볼 수 있습니다.

제공 리스트는 아래와 같습니다.

- 동아방송예술대학교 홈페이지
- DIMA 포탈/인트라넷
- DIMA C
- 전자출결
- 창의실습지원센터 (장비대여)
- 창의실습지원센터 (시설대여)
- 창의실습지원센터 (실습실대여)
- 도서관 (학술정보원)
- LMS
- 버스 시간표
- 에브리타임 (동아방송예대)
- 학사일정
- 입시 홈페이지
- 사이트맵
- 교내 전화번호
- 창의융합교양학부 홈페이지
- DIMA C 채용정보
- DIMA TV (디마티비)
- 학교 이메일 (오피스365)
- 인트라넷 교과목 조회
- 인트라넷 시간표 조회
- 인트라넷 외출,외박 신청
- 인트라넷 수강신청
- 홈페이지 공지사항
- 교내 무인 프린트 출력 사이트
- 나의 학과 (학과 홈페이지, 옵션에서 설정 가능)                    

拡張機能の基本情報

名前 디마 다이렉트 - DIMA Direct 디마 다이렉트 - DIMA Direct
ID fkdciphpgjikhlmndbafofbgcdjedckk
公式URL https://chromewebstore.google.com/detail/%EB%94%94%EB%A7%88-%EB%8B%A4%EC%9D%B4%EB%A0%89%ED%8A%B8-dima-direct/fkdciphpgjikhlmndbafofbgcdjedckk
説明 동아방송예술대학교 학생들이 자주 이용하는 웹사이트를 모아놓은 확장앱 입니다.
ファイルサイズ 1.99 MB
インストール数 190
現在のバージョン 2.6
最終更新日 2024-03-06
公開日 2021-06-01
評価 5.00/5 合計 2 レビュー
開発者 LeeSoda
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/lee-soda/DIMA-Direct
ヘルプページのURL https://open.kakao.com/o/sfHMMagd
プライバシーポリシーページのURL https://github.com/lee-soda/DIMA-Direct/blob/main/privacy.html
対応言語 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ub514\ub9c8 \ub2e4\uc774\ub809\ud2b8 - DIMA Direct",
    "version": "2.6",
    "description": "\ub3d9\uc544\ubc29\uc1a1\uc608\uc220\ub300\ud559\uad50 \ud559\uc0dd\ub4e4\uc774 \uc790\uc8fc \uc774\uc6a9\ud558\ub294 \uc6f9\uc0ac\uc774\ud2b8\ub97c \ubaa8\uc544\ub193\uc740 \ud655\uc7a5\uc571 \uc785\ub2c8\ub2e4.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/fonts.googleapis.com\/earlyaccess\/notosanskr.css"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/page.json",
                "data\/schedule.json"
            ],
            "matches": [
                "file:\/\/\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/logo\/main-01.png",
            "32": "images\/logo\/main-01.png",
            "48": "images\/logo\/main-01.png",
            "128": "images\/logo\/main-01.png"
        }
    },
    "options_page": "options\/options.html",
    "icons": {
        "16": "images\/logo\/main-01.png",
        "32": "images\/logo\/main-01.png",
        "48": "images\/logo\/main-01.png",
        "128": "images\/logo\/main-01.png"
    },
    "manifest_version": 3
}