Garoon 2 GoogleCalendar
クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。
Garoon 2 GoogleCalendar란 무엇입니까?
Garoon 2 GoogleCalendar은(는) oldergod에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。"입니다.
Garoon 2 GoogleCalendar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。
機能説明
- クラウド型ガルーンのGroupWeekViewのみ対応。
- https://*.cybozu.com/g/* のみ対応。
- バナーイベントは対象外。
感想いっぱいどうぞ。
https://github.com/oldergod/garoon-to-google-calendar 확장 프로그램 기본 정보
| 이름 | |
| ID | fpnofeookcjnldaoemphbikcgbgbklhe |
| 공식 URL | https://chromewebstore.google.com/detail/garoon-2-googlecalendar/fpnofeookcjnldaoemphbikcgbgbklhe |
| 설명 | クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。 |
| 파일 크기 | 12.72 KB |
| 설치 횟수 | 86 |
| 현재 버전 | 0.0.11 |
| 최근 업데이트 | 2016-08-05 |
| 출시 날짜 | 2016-08-04 |
| 평점 | 5.00/5 총 1 개의 평점 |
| 개발자 | oldergod |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Garoon 2 GoogleCalendar",
"short_name": "Garoon2GCal",
"description": "\u30af\u30e9\u30a6\u30c9\u578b\u30ac\u30eb\u30fc\u30f3\u306e\u30a4\u30d9\u30f3\u30c8\u3092GoogleCalendar\u306b\u697d\u306b\u540c\u671f\u3067\u3044\u308b\u3088\u3046\u306b\u3059\u308b\u30af\u30ed\u30fc\u30e0\u62e1\u5f35\u30a2\u30d7\u30ea\u3002",
"manifest_version": 2,
"version": "0.0.11",
"background": {
"scripts": [
"bundleJs\/bundleBackground.min.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.cybozu.com\/g\/*"
],
"js": [
"bundleJs\/bundleContentScript.min.js"
],
"css": [
"css\/contentScript.css"
],
"run_at": "document_end"
}
],
"options_page": "views\/options.html",
"options_ui": {
"page": "views\/options.html",
"chrome_style": true
},
"permissions": [
"identity",
"tabs",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
"oauth2": {
"client_id": "100199330116-h2jjskhd76aj7o2799so8q998fon1ieb.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/calendar",
"https:\/\/www.googleapis.com\/auth\/calendar.readonly"
]
},
"web_accessible_resources": [
"images\/success.png",
"images\/sync.png"
]
} | |