Garoon 2 GoogleCalendar

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

O que é Garoon 2 GoogleCalendar?

Garoon 2 GoogleCalendar é uma extensão do Chrome desenvolvida por oldergod, e sua principal característica é "クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。".

Baixar o arquivo CRX da Extensão Garoon 2 GoogleCalendar

Baixe arquivos de extensão Garoon 2 GoogleCalendar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

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

Informações Básicas da Extensão

Nome Garoon 2 GoogleCalendar Garoon 2 GoogleCalendar
ID fpnofeookcjnldaoemphbikcgbgbklhe
URL Oficial https://chromewebstore.google.com/detail/garoon-2-googlecalendar/fpnofeookcjnldaoemphbikcgbgbklhe
Descrição クラウド型ガルーンのイベントをGoogleCalendarに楽に同期でいるようにするクローム拡張アプリ。
Tamanho do Arquivo 12.72 KB
Contagem de Instalações 86
Versão Atual 0.0.11
Última Atualização 2016-08-05
Data de Publicação 2016-08-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor oldergod
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}