한국항공대 종강시계

한국항공대 학생들을 위한 종강시계 어플리케이션

What is 한국항공대 종강시계?

한국항공대 종강시계 is a Chrome extension developed by C17AN, and its main feature is "한국항공대 학생들을 위한 종강시계 어플리케이션".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 한국항공대 종강시계 Extension CRX File

Download 한국항공대 종강시계 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

                        [항공대 종강시계 2.0] 

항공대 학우들을 위한 종합정보 크롬 익스텐션입니다.
많은 응원 부탁드릴게요!

[주요 기능]

- 새로운 탭을 생성하면 크롬의 기본 배경화면 대신 종강일, 공지사항 등의 정보를 확인할 수 있습니다.

- 실시간 캠퍼스 날씨를 확인할 수 있습니다.

- 최신 일반공지 / 학사공지를 확인할 수 있습니다.

- 즐겨찾기 링크를 관리할 수 있습니다.

- 새로운 일정 & 메모를 관리할 수 있습니다.

- (Beta) 채팅 기능이 추가되었습니다.

- (Beta) 갤러리 기능이 추가되었습니다.

+ 채팅 및 갤러리는 새롭게 추가된 소셜 기능으로, 학우들끼리 매너있는 사용을 부탁드리겠습니다.

버그 제보 또는 건의사항은 항상 감사히 받고 있습니다.
사용해주셔서 감사드리며, 오늘도 좋은 하루 보내세요 🙂                    

Extension Basic Information

Name 한국항공대 종강시계 한국항공대 종강시계
ID gnecckchnddjjbafpddajnbdojgbmfeg
Official URL https://chromewebstore.google.com/detail/%ED%95%9C%EA%B5%AD%ED%95%AD%EA%B3%B5%EB%8C%80-%EC%A2%85%EA%B0%95%EC%8B%9C%EA%B3%84/gnecckchnddjjbafpddajnbdojgbmfeg
Description 한국항공대 학생들을 위한 종강시계 어플리케이션
File Size 3.68 MB
Installation Count 51
Current Version 2.0.4
Last Updated 2022-12-13
Publish Date 2022-06-15
Rating 5.00/5 Total 1 Ratings
Developer C17AN
Email [email protected]
Payment Type free
Extension Website https://github.com/Korea-Aerospace-University
Help Page URL https://github.com/Korea-Aerospace-University
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.4",
    "short_name": "\ud56d\uacf5\ub300 \uc885\uac15\uc2dc\uacc4",
    "name": "\ud55c\uad6d\ud56d\uacf5\ub300 \uc885\uac15\uc2dc\uacc4",
    "description": "\ud55c\uad6d\ud56d\uacf5\ub300 \ud559\uc0dd\ub4e4\uc744 \uc704\ud55c \uc885\uac15\uc2dc\uacc4 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158",
    "icons": {
        "192": "logo192.png",
        "512": "logo512.png"
    },
    "content_security_policy": {
        "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "optional_permissions": [
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/ec2-13-125-252-222.ap-northeast-2.compute.amazonaws.com:5500\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "\/index.html"
    },
    "oauth2": {
        "client_id": "306030977464-3d2gkgeeckghkcifj147q8uhg4rvvs1i.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}