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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}