Here Calendar

Here.fm integration with Google Calendar

Here Calendarとは何ですか?

Here Calendarはhttps://here.fmによって開発されたChromeの拡張機能で、その主な機能は「Here.fm integration with Google Calendar」です。

拡張機能のスクリーンショット

screenshot
screenshot

Here Calendar拡張機能のCRXファイルをダウンロード

Here Calendar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Change up the way you get together with your friends with Here - a real-time, shared canvas where you can meet up on video, decorate with pics and GIFs, draw, screenshare, and more -- all in Chrome at here.fm.

This extension provides a simple way to schedule meetings in a Here room, directly from Google Calendar. Book meetings, schedule social events, and change rooms with a couple clicks.                    

拡張機能の基本情報

名前 Here Calendar Here Calendar
ID nngnogkbdoeejopcdkclmmkcbefggmed
公式URL https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed
説明 Here.fm integration with Google Calendar
ファイルサイズ 24.08 KB
インストール数 2,591
現在のバージョン 1.0.6
最終更新日 2022-08-11
公開日 2020-08-21
評価 5.00/5 合計 21 レビュー
開発者 https://here.fm
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://here.fm
ヘルプページのURL https://help.here.fm
プライバシーポリシーページのURL https://here.fm/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Here Calendar",
    "version": "1.0.6",
    "description": "Here.fm integration with Google Calendar",
    "externally_connectable": {
        "matches": [
            "*:\/\/here.fm\/*"
        ]
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "*:\/\/here.fm\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "128x128.png",
        "48": "48x48.png",
        "16": "16x16.png"
    },
    "manifest_version": 2
}