Lifesize Scheduler for Google Calendar

Schedule Lifesize meetings directly from Google Calendar.

Lifesize Scheduler for Google Calendar là gì?

Lifesize Scheduler for Google Calendar là một tiện ích mở rộng Chrome được phát triển bởi Lifesize, và tính năng chính của nó là "Schedule Lifesize meetings directly from 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 Lifesize Scheduler for Google Calendar

Tải xuống các tệp mở rộng Lifesize Scheduler 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

                        At Lifesize, we connect people to make the workplace great. For more than a decade, Lifesize has been at the forefront of video collaboration. We combine a cloud-based conferencing experience with award-winning, easy-to-use conference room cameras and HD phones that let you connect to anyone, anywhere.   

The Lifesize Chrome Extension is designed to let users easily schedule Lifesize meetings from within their Google Calendar. Simply click on the Lifesize button and select the attendees and dialing preference for your call — create a one-time meeting, select an existing meeting or have participants call you directly. The meeting information is automatically added to your invitation so everyone can join with one click. It’s that easy!     

Only Lifesize provides:   
• Shared directory with click-to-call by name  
• Instant and scheduled video calls  
• Single and group calls 
• Single and group chats 
• Rings all devices  
• Record and share your videos with Lifesize Record and Share
• Broadcast an unlimited number of live-streamed video events to up to 10,000 viewers per event.
• Join a call from your Google Chrome browser with the Lifesize Web App   
• Automatic software updates  
• Business-class security and data encryption with firewall traversal 
• Pairs to best-in-class Lifesize Icon video systems   
• Lifesize ShareTM – wireless screen sharing and room automation for the modern meeting space  

To learn more about Lifesize visit: https://www.lifesize.com                    

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

Tên Lifesize Scheduler for Google Calendar Lifesize Scheduler for Google Calendar
ID pkdaplneajgbalnnmaoflooakgijjkhc
URL Chính Thức https://chromewebstore.google.com/detail/lifesize-scheduler-for-go/pkdaplneajgbalnnmaoflooakgijjkhc
Mô tả Schedule Lifesize meetings directly from Google Calendar.
Kích Thước Tệp 1.96 MB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 2.0.86
Cập Nhật Lần Cuối 2020-11-17
Ngày Phát Hành 2020-07-03
Đánh Giá 3.92/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Lifesize
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.lifesize.com
URL Trang Trợ Giúp https://www.lifesize.com/en/support
URL Trang Chính Sách Bảo Mật https://www.lifesize.com/en/company/legal-notices/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,es,it,pl,pt-BR,fi,sv,cs,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lifesize Scheduler for Google Calendar",
    "short_name": "Lifesize",
    "description": "Schedule Lifesize meetings directly from Google Calendar.",
    "version": "2.0.86",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm0ZFRdRuzc2nBpNuH5aJ135xtRud6gp1\/3aqXU3ZjZDTebIR7ke8KCEzBrp9KX8stbgO9VhgPvB8lYPy9rvH0+r2o\/CAhtyqqIudJEtreSlc8uJKOCRt16+C5d1UvRdH+FSSFqY5+v5wPQ1RKgua3KG9bkaz32yv3PmgJTnaqdKva19ezvKcUH7XUkHHDbfSMSJhsmCzEAS+eNwqt3krHdUgdV6HZzhKGp5vyBEqWcmo4akzf2C\/N+7u8\/lT7j+gFAneIpTyFRhSd7P8QlvQhS\/maD7mZRisaEHIpDf2iQdski\/sc1zxjhbULaWkhT4kWETR17tGs22GEQgI6T1hQwIDAQAB",
    "oauth2": {
        "client_id": "625313943491-lptpgta64p6s476i0vjojgs9drnq57ls.apps.googleusercontent.com",
        "project_id": "oceanic-grin-184917",
        "auth_uri": "https:\/\/accounts.google.com\/o\/oauth2\/auth",
        "token_uri": "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "auth_provider_x509_cert_url": "https:\/\/www.googleapis.com\/oauth2\/v1\/certs",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "static\/js\/content-script.js"
            ],
            "css": [
                "static\/css\/content-script.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.lifesizecloudbeta.com\/*",
                "https:\/\/*.lifesizeclouddev.com\/*",
                "https:\/\/*.lifesizecloud.com\/*",
                "https:\/\/*.lifesize.com\/*",
                "https:\/\/*.lifesizeshare.net\/*",
                "https:\/\/*.lifesizesharedev.com\/*"
            ],
            "js": [
                "static\/js\/screen-share-content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "img\/*",
        "static\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "webRequest",
        "https:\/\/*.lifesizecloudbeta.com\/*",
        "https:\/\/*.lifesizeclouddev.com\/*",
        "https:\/\/*.lifesizecloud.com\/*",
        "https:\/\/*.lifesizebeta.com\/*",
        "https:\/\/*.lifesize.com\/*",
        "https:\/\/*.lifesizeshare.net\/*",
        "https:\/\/*.lifesizesharedev.com\/*",
        "https:\/\/www.google.com\/calendar\/*",
        "https:\/\/chrome-extension.lifesizecloud.com\/*",
        "https:\/\/chrome-extension.lifesize.com\/*",
        "https:\/\/calendar.google.com\/*",
        "activeTab",
        "desktopCapture"
    ]
}