Zoom Chrome Extension

Schedule Zoom meetings directly from Google Calendar

Zoom Chrome Extensionคืออะไร?

Zoom Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zoom.us และคุณลักษณะหลักของมันคือ "Schedule Zoom meetings directly from Google Calendar"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoom Chrome Extension

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

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

                        Schedule Zoom cloud meetings directly from Google Calendar

Zoom, the cloud meeting company, unifies mobile collaboration, cloud video conferencing and simple online meetings into one easy-to-use platform. Our solution offers the best video, audio and screen-sharing experience across Windows PC, Mac, iOS, Android and H.323/SIP room systems

The Zoom Chrome Extension allows participants to schedule Zoom cloud meetings directly from Google Calendar. With the click of a button, you can start an instant meeting or schedule a future meeting. The meeting URL and information is sent via a Google Calendar  invitation so the attendee can join with a single-click.  

Zoom Chrome Extension allows you to:
•  Start an instant meeting
•  Schedule a meeting
•  Schedule a meeting for other

Do we do more? 

Zoom offers the following: 
•  Unparalleled video, voice and screen sharing quality
•  Free accounts can host unlimited 40-minute meetings, whether a 1-on-1 or group meeting
•  Paid service is only $14.99/month with unlimited minutes and meetings
•  Video gallery view to see all 25 video streams at once
•  Full online meeting functionality, including desktop and mobile screen sharing
•  Annotations and share audio, mouse and keyboard controls
•  Free global teleconferencing
•  Interoperability between H.323/SIP room systems, desktop, tablet and mobile devices

To learn more about Zoom, please visit https://zoom.us                    

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

ชื่อ Zoom Chrome Extension Zoom Chrome Extension
ID kgjfgplpablkjnlkjmjdecgdpfankdle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoom-chrome-extension/kgjfgplpablkjnlkjmjdecgdpfankdle
คำอธิบาย Schedule Zoom meetings directly from Google Calendar
ขนาดไฟล์ 256 KB
จำนวนการติดตั้ง 9,223,090
เวอร์ชันปัจจุบัน 1.8.29
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2020-06-15
คะแนน 3.88/5 รวมทั้งหมด 959 คะแนน
ผู้พัฒนา zoom.us
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zoom.us
URL หน้าช่วยเหลือ https://support.zoom.us
URL หน้านโยบายความเป็นส่วนตัว https://zoom.us/privacy
ภาษาที่รองรับ en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.29",
    "manifest_version": 3,
    "name": "Zoom Chrome Extension",
    "description": "Schedule Zoom meetings directly from Google Calendar",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/zoom-scheduler\/kgjfgplpablkjnlkjmjdecgdpfankdle",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/calendar\/*",
        "https:\/\/calendar.google.com\/calendar\/*",
        "https:\/\/*.zoom.us\/*",
        "https:\/\/*.zoom.com\/*"
    ],
    "content_security_policy": {
        "script-src": "'self' https:\/\/*.google.com https:\/\/*.zoom.us https:\/\/zoom.us",
        "object-src": "'self'"
    },
    "background": {
        "service_worker": "js\/bg-loader.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/[email protected]"
        },
        "default_popup": "popup.html",
        "default_title": "Zoom Chrome Extension"
    },
    "content_scripts": [
        {
            "css": [
                "css\/compstyle.css",
                "css\/content.css"
            ],
            "js": [
                "js\/lib.bundle.js",
                "js\/utils.bundle.js",
                "js\/content.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/calendar.google.com\/calendar\/*"
            ]
        },
        {
            "js": [
                "js\/logintransit.bundle.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.zoom.us\/zm\/extension_login\/*",
                "https:\/\/*.zoom.com\/zm\/extension_login\/*"
            ]
        },
        {
            "js": [
                "js\/extinstallcheck.bundle.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.zoom.us\/myhome*",
                "https:\/\/*.zoom.com\/myhome*"
            ]
        }
    ],
    "options_page": "options.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlan6AArPtHCPCKtQ\/5ca\/dJehlghjF0M0bR9j2WmNFRM+\/vFvIPXqs2VbAvnYHgkoB1UxrtMK\/bcVHzAb3Nxctfg5oWrV5P7Xamh1zIBN8MERge83ipbMtOZJPLA+qWUqS7pKcWBA6eyHvic7JeKOjSK6yqWmWEm8cyvdgBKF\/io1p9lthOJjWpmbanwHvnaPbelVuUVzYtoxTPF7n3vsNJzHh3sPav4RfQzxvqQSt7he1n\/XifGeAK1C+YEqyKRd\/fi193XQZDzk4IqYFuvVYnvT8\/Ks3W54Hptm9gBC7QZA+5wP0NfAsa5+\/MwlTnHb+ZcoB4RbbpFyBAArjVPZwIDAQAB",
    "icons": {
        "16": "\/images\/icon-16.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/loading_24.gif",
                "images\/select2.png",
                "images\/loading_white.svg",
                "images\/loading_gray.svg",
                "images\/icon.svg",
                "js\/injectobserver.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}