Lucid Meetings for Google Chrome

Schedule Lucid Meetings using Google Calendar.

Lucid Meetings for Google Chrome là gì?

Lucid Meetings for Google Chrome là một tiện ích mở rộng Chrome được phát triển bởi http://lucidmeetings.com, và tính năng chính của nó là "Schedule Lucid Meetings using Google Calendar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lucid Meetings for Google Chrome

Tải xuống các tệp mở rộng Lucid Meetings for Google Chrome 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

                        Better meetings, no excuses. 
Lucid helps everyone confidently run successful business meetings with a clear agenda, documented decisions and action items, and professional follow-up. 
Lucid connects to your calendar, prompting meeting organizers to add an agenda for each meeting.  Easily ensure all meetings have a clear purpose, capture meeting notes, keep dates and calendars in sync, share files, and get feedback to improve the success of your meetings going forward.

**Free 14-day trial on all subscriptions**

Getting started:
• Sign in with your Google account
• Run unlimited meetings with unlimited guests
• Start and join meetings from the browser extension
• Review and complete meeting action items in the pop-up

Agendas and scheduling before the meeting:
• Create meetings from your Google Calendar
• Find a time to meet with people outside your company using the built-in meeting scheduling poll
• Collaborate on the meeting agenda beforehand
• Add documents from Box, Dropbox, your online meeting space, or upload from your computer
• Send professional meeting email invitations and get automated reminders on everyone’s calendar
• Synch meetings directly to Google Calendar

Note taking and collaboration during the meeting:
• Run your meeting face-to-face, or with the integrated audio & screen sharing
• Use the meeting timers to keep the discussion on track
• Share presentations and documents
• Capture meeting notes, action items, and decisions together
• Engage participants with chat, votes, and interactive notes review

Meeting minutes creation and follow-up:
• Send meeting follow-up email instantly after the meeting, telling everyone what happened and what action items they own
• Export meeting notes to Basecamp, Confluence, or your desktop as PDF, Word, or HTML
• Get meeting ratings and collect anonymous meeting feedback to improve your process
• Review automated reports on the meeting’s effectiveness

Operational excellence for all meetings:
• Secure dedicated meeting spaces for each team and project to store private meeting records
• Create meeting templates to ensure everyone can easily run all the meetings in your workflow
• Built-in training for each meeting helps the meeting leader successfully follow your process
• Pre-built agendas, invitations and settings dramatically reduce meeting preparation time

Learn more about Lucid Meetings on our website:
https://www.lucidmeetings.com/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lucid Meetings for Google Chrome Lucid Meetings for Google Chrome
ID aimnjodmnalkfaeknnkjfolbdpmpegab
URL Chính Thức https://chrome.google.com/webstore/detail/lucid-meetings-for-google/aimnjodmnalkfaeknnkjfolbdpmpegab
Mô tả Schedule Lucid Meetings using Google Calendar.
Kích Thước Tệp 77.84 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 2.0.17
Cập Nhật Lần Cuối 2021-10-21
Ngày Phát Hành 2019-10-28
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://lucidmeetings.com
Email [email protected]
URL Trang Trợ Giúp https://support.lucidmeetings.com/knowledge/integrating-with-google-calendar-using-the-lucid-meetings-chrome-extension
URL Trang Chính Sách Bảo Mật https://www.lucidmeetings.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lucid Meetings for Google Chrome",
    "version": "2.0.17",
    "description": "Schedule Lucid Meetings using Google Calendar.",
    "icons": {
        "128": "images\/lm_icon_128.png",
        "48": "images\/lm_icon_48.png",
        "32": "images\/lm_icon_32.png",
        "16": "images\/lm_icon_16.png"
    },
    "browser_action": {
        "default_title": "Lucid Meetings",
        "default_popup": "browser-popup.html"
    },
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-3.3.1.min.js",
            "\/js\/lib\/stacktrace\/stackframe.min.js",
            "\/js\/lib\/stacktrace\/error-stack-parser-with-polyfills.min.js",
            "\/js\/util.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/css\/lucid-content-extension.css"
            ],
            "js": [
                "\/js\/lib\/jquery-3.3.1.min.js",
                "\/js\/lib\/stacktrace\/stackframe.min.js",
                "\/js\/lib\/stacktrace\/error-stack-parser-with-polyfills.min.js",
                "\/js\/util.js",
                "\/js\/util_googleDom.js",
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/calendar.google.com\/calendar\/*",
                "*:\/\/www.calendar.google.com\/calendar\/*"
            ]
        }
    ],
    "author": "https:\/\/lucidmeetings.com",
    "homepage_url": "https:\/\/lucidmeetings.com",
    "incognito": "spanning",
    "offline_enabled": false,
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/*.lucidmeetings.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/calendar.google.com\/calendar\/*",
            "*:\/\/www.calendar.google.com\/calendar\/*",
            "*:\/\/*.lucidmeetings.com\/oauth2\/google*"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        "icons\/*",
        "images\/*"
    ],
    "short_name": "Lucid"
}