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
官方網址 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
電子郵箱 [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
}