Garoon 2 GoogleCalendar
クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。
What is Garoon 2 GoogleCalendar?
Garoon 2 GoogleCalendar is a Chrome extension developed by oldergod, and its main feature is "クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。".
Download Garoon 2 GoogleCalendar Extension CRX File
Download Garoon 2 GoogleCalendar 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
クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。
機能説明
- クラウド型ガルーンのGroupWeekViewのみ対応。
- https://*.cybozu.com/g/* のみ対応。
- バナーイベントは対象外。
感想いっぱいどうぞ。
https://github.com/oldergod/garoon-to-google-calendar Extension Basic Information
| Name | |
| ID | fpnofeookcjnldaoemphbikcgbgbklhe |
| Official URL | https://chromewebstore.google.com/detail/garoon-2-googlecalendar/fpnofeookcjnldaoemphbikcgbgbklhe |
| Description | クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。 |
| File Size | 12.72 KB |
| Installation Count | 86 |
| Current Version | 0.0.11 |
| Last Updated | 2016-08-05 |
| Publish Date | 2016-08-04 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | oldergod |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |