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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Attach and share Miro boards ahead of meetings and workshops"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Miro for Google Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}