Miro for Google Calendar

Attach and share Miro boards ahead of meetings and workshops

Τι είναι το Miro for Google Calendar;

Το Miro for Google Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://miro.com, και η κύρια λειτουργία του είναι "Attach and share Miro boards ahead of meetings and workshops".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Miro for Google Calendar

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
}