Miro for Google Calendar
Attach and share Miro boards ahead of meetings and workshops
Miro for Google Calendar là gì?
Miro for Google Calendar là một tiện ích mở rộng Chrome được phát triển bởi http://miro.com, và tính năng chính của nó là "Attach and share Miro boards ahead of meetings and workshops".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Miro for Google Calendar
Tải xuống các tệp mở rộng Miro for Google Calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ihojbjcmeipmljclncfnfibdbkbmepck |
URL Chính Thức | https://chrome.google.com/webstore/detail/ihojbjcmeipmljclncfnfibdbkbmepck |
Mô tả | Attach and share Miro boards ahead of meetings and workshops |
Kích Thước Tệp | 4.33 MB |
Số Lần Cài Đặt | 15,520 |
Phiên Bản Hiện Tại | 1.447 |
Cập Nhật Lần Cuối | 2023-08-29 |
Ngày Phát Hành | 2020-11-12 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://miro.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://miro.com |
URL Trang Trợ Giúp | https://help.miro.com/hc/en-us/requests/new |
URL Trang Chính Sách Bảo Mật | https://miro.com/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |