Miro for Google Calendar

Attach and share Miro boards ahead of meetings and workshops

Miro for Google Calendarとは何ですか?

Miro for Google Calendarはhttp://miro.comによって開発されたChromeの拡張機能で、その主な機能は「Attach and share Miro boards ahead of meetings and workshops」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Attach and share Miro boards ahead of meetings and workshops

The Miro Google Calendar extension takes the headache out of meeting setup for organizers and gives participants the access they need to make meetings more productive. Easily add Miro boards directly to Google Calendar events and make sure meeting participants have the appropriate access to the right boards so meetings go off without a hitch.  

Key features:
 – Simple meeting setup with a one-click option to create a new board
 – Quick access to existing boards through the board-picker interface with options to add or change access settings
 – Automatic board access for guests added to the calendar event, including those added after the initial invitation

Miro is an online collaborative whiteboard platform that enables distributed teams to work effectively together, from running brainstorming sessions and planning projects to designing new products and facilitating Agile ceremonies.                    

拡張機能の基本情報

名前 Miro for Google Calendar Miro for Google Calendar
ID ihojbjcmeipmljclncfnfibdbkbmepck
公式URL https://chrome.google.com/webstore/detail/ihojbjcmeipmljclncfnfibdbkbmepck
説明 Attach and share Miro boards ahead of meetings and workshops
ファイルサイズ 4.33 MB
インストール数 15,520
現在のバージョン 1.447
最終更新日 2023-08-29
公開日 2020-11-12
評価 5.00/5 合計 3 レビュー
開発者 http://miro.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://miro.com
ヘルプページのURL https://help.miro.com/hc/en-us/requests/new
プライバシーポリシーページのURL https://miro.com/legal/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miro for Google Calendar",
    "version": "1.447",
    "description": "Attach and share Miro boards ahead of meetings and workshops",
    "icons": {
        "128": "images\/miro-logo-main.png"
    },
    "permissions": [
        "cookies",
        "*:\/\/googlecalendar.miro-apps.com\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.12.4.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "css\/miro.css"
            ],
            "js": [
                "js\/jquery-1.12.4.js",
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/calendar.google.com\/calendar\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ],
    "page_action": {
        "default_icon": "images\/miro-logo-action.png"
    },
    "incognito": "not_allowed",
    "manifest_version": 2
}