OpenVoice for Google Calendar

Easily schedule OpenVoice Audio Conferences from your Google Calendar.

OpenVoice for Google Calendarคืออะไร?

OpenVoice for Google Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LogMeIn และคุณลักษณะหลักของมันคือ "Easily schedule OpenVoice Audio Conferences from your Google Calendar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenVoice for Google Calendar

ดาวน์โหลดไฟล์ส่วนขยาย OpenVoice for Google Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add an OpenVoice Audio Conference to your Google Calendar invitation with one click.

Fill out your Google Calendar invitation as you normally would, then click the Add button above the meeting description. Your Conference Room information will be automatically added to the invitation.

That's it – your Conference Room is ready when you are.

Change Log
* Version 1.8.0: Bug fixes, improved stability and error handling
* Version 1.7.2: bugfix release: Adapted to changes in Google Calendar UI
* Version 1.6.9: bugfix release: Adapted to changes in Google Calendar UI
* Version 1.6.8: bugfix release: Adjusted plugin to stricter CORS handling in Chrome 73
* Version 1.6.1: bugfix release: location and description are sometimes not saved
* Version 1.5: Re-Branding phase for LogMeIn Inc. phase 2
* Version 1.4: Support for new Google Calendar UI
* Version 1.2: Re-Branding for LogMeIn Inc.
* Version 1.1: Small improvements in the background
* Version 1.0.2: Added support for new Google Calendar URL
* Version 1.0.1: Notification about Google Calendar URL change
* Version 1.0: Initial release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OpenVoice for Google Calendar OpenVoice for Google Calendar
ID bbknefcaioodfgiohopbfddegglmlbhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/openvoice-for-google-cale/bbknefcaioodfgiohopbfddegglmlbhc
คำอธิบาย Easily schedule OpenVoice Audio Conferences from your Google Calendar.
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 885
เวอร์ชันปัจจุบัน 1.8.0.3
อัปเดตครั้งล่าสุด 2020-01-22
วันที่เผยแพร่ 2020-01-22
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา LogMeIn
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://secure.logmein.com/home/policies/legal
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenVoice for Google Calendar",
    "manifest_version": 2,
    "description": "Easily schedule OpenVoice Audio Conferences from your Google Calendar.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/openvoice-for-google-ca\/tbd",
    "icons": {
        "128": "ov\/images\/icon128.png",
        "16": "ov\/images\/icon16.png",
        "48": "ov\/images\/icon48.png"
    },
    "page_action": {
        "default_icon": {
            "16": "ov\/images\/icon16.png",
            "48": "ov\/images\/icon48.png"
        },
        "default_title": "OpenVoice for Google Calendar"
    },
    "background": {
        "scripts": [
            "lib\/jquery-2.1.1.min.js",
            "lib\/sentry-browser-5.11.0.min.js",
            "ov\/config.js",
            "ov\/logging.js",
            "background_oauth.js",
            "background_common.js",
            "background_api_calls.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/calendar\/*",
                "http:\/\/www.google.com\/calendar\/*",
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "lib\/jquery-2.1.1.min.js",
                "lib\/sentry-browser-5.11.0.min.js",
                "ov_chrome.js",
                "ov\/config.js",
                "ov\/logging.js",
                "ov\/analytics.js",
                "ov\/audio_settings.js",
                "ov\/country.js",
                "ov\/dateUtil.js",
                "ov\/view.js",
                "ov\/view_new.js",
                "ov\/view_selector.js",
                "ov\/view_dialog.js",
                "ov\/main.js"
            ],
            "css": [
                "ov\/css\/main.css",
                "ov\/css\/font-face.css"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "permissions": [
        "cookies",
        "storage",
        "https:\/\/www.google.com\/calendar\/*",
        "https:\/\/api.getgo.com\/*",
        "https:\/\/*.logmein.com\/*",
        "https:\/\/*.logmeininc.com\/*",
        "identity"
    ],
    "web_accessible_resources": [
        "ov\/fonts\/*.woff",
        "ov\/fonts\/*.ttf",
        "ov\/fonts\/*.eot",
        "ov\/fonts\/*.svg",
        "ov\/css\/font-face.css",
        "ov\/images\/*.png",
        "ov\/images\/*.svg",
        "*.html"
    ],
    "version": "1.8.0.3"
}