CM Calendar

Shows your Google Calendar in a new way

CM Calendar란 무엇입니까?

CM Calendar은(는) http://cmcalendar.wordpress.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows your Google Calendar in a new way"입니다.

확장 프로그램 스크린샷

screenshot

CM Calendar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Especially handy for students and teachers at all levels of education.

CM Calendar by Gustav Bonds 2013                    

확장 프로그램 기본 정보

이름 CM Calendar CM Calendar
ID bcekjimnkiiakajlokpehkplbelfmbci
공식 URL https://chrome.google.com/webstore/detail/cm-calendar/bcekjimnkiiakajlokpehkplbelfmbci
설명 Shows your Google Calendar in a new way
파일 크기 127 KB
설치 횟수 224
현재 버전 2.0.1.3
최근 업데이트 2014-11-29
출시 날짜 2014-11-29
평점 3.75/5 총 8 개의 평점
개발자 http://cmcalendar.wordpress.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CM Calendar",
    "short_name": "CM",
    "version": "2.0.1.3",
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "32": "img\/icon-32.png",
        "19": "img\/icon-19-on.png"
    },
    "description": "Shows your Google Calendar in a new way",
    "background": {
        "scripts": [
            "js\/misc.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "img\/icon-19-off.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVl\/FxQsQOZHWoj6xNUqhb8wkqNIWJXOpeyUiP8u0JlaOk3Uo6s58MrxECuAY1vpPETh4bpPCShXMNeLu2udK8gsWiS+LbbwOMCtnkCjYEELeay6uOfK1Cavv1thBXA0kihkmLIfIHlk43JcnOUEmrzeuMOmOa4OjdwvS92xNDuQIDAQAB",
    "permissions": [
        "tabs",
        "clipboardWrite",
        "clipboardRead",
        "https:\/\/www.googleapis.com\/auth\/*",
        "http:\/\/www.google.com\/calendar\/*",
        "https:\/\/www.google.com\/calendar\/*",
        "identity"
    ],
    "manifest_version": 2,
    "oauth2": {
        "client_id": "877129025781-eatqh2k5olh49q1dc8c37iil98qiv5bd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}