Garoon 2 GoogleCalendar

クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。

Qu'est-ce que Garoon 2 GoogleCalendar ?

Garoon 2 GoogleCalendar est une extension Chrome développée par oldergod, et sa fonction principale est "クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。".

Télécharger le fichier CRX de l'extension Garoon 2 GoogleCalendar

Téléchargez les fichiers d'extension Garoon 2 GoogleCalendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。

機能説明
- クラウド型ガルーンのGroupWeekViewのみ対応。
- https://*.cybozu.com/g/* のみ対応。
- バナーイベントは対象外。

感想いっぱいどうぞ。
https://github.com/oldergod/garoon-to-google-calendar                    

Informations de Base sur l'Extension

Nom Garoon 2 GoogleCalendar Garoon 2 GoogleCalendar
ID fpnofeookcjnldaoemphbikcgbgbklhe
URL Officiel https://chromewebstore.google.com/detail/garoon-2-googlecalendar/fpnofeookcjnldaoemphbikcgbgbklhe
Description クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。
Taille du Fichier 12.72 KB
Nombre d'Installations 86
Version Actuelle 0.0.11
Dernière Mise à Jour 2016-08-05
Date de Publication 2016-08-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur oldergod
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}