Zoom Chrome Extension For Gov

Schedule Zoom meetings directly from Google Calendar

Zoom Chrome Extension For Govとは何ですか?

Zoom Chrome Extension For Govはzoom.usによって開発されたChromeの拡張機能で、その主な機能は「Schedule Zoom meetings directly from Google Calendar」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Zoom Chrome Extension For Gov拡張機能のCRXファイルをダウンロード

Zoom Chrome Extension For Gov拡張子のファイルを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? 

We also offer 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, please visit https://zoomgov.com                    

拡張機能の基本情報

名前 Zoom Chrome Extension For Gov Zoom Chrome Extension For Gov
ID pnlbnejodfpnapdpoiboebofddaejkbg
公式URL https://chromewebstore.google.com/detail/zoom-chrome-extension-for/pnlbnejodfpnapdpoiboebofddaejkbg
説明 Schedule Zoom meetings directly from Google Calendar
ファイルサイズ 256 KB
インストール数 4,750
現在のバージョン 1.8.29
最終更新日 2024-02-26
公開日 2022-10-15
開発者 zoom.us
Eメール [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 For Gov",
    "description": "Schedule Zoom meetings directly from Google Calendar",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/zoom-scheduler-for-gov\/pnlbnejodfpnapdpoiboebofddaejkbg",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/calendar\/*",
        "https:\/\/calendar.google.com\/calendar\/*",
        "https:\/\/*.zoomgov.com\/*"
    ],
    "content_security_policy": {
        "script-src": "'self' https:\/\/*.google.com https:\/\/*.zoomgov.com https:\/\/zoomgov.com",
        "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:\/\/*.zoomgov.com\/zm\/extension_login\/*"
            ]
        },
        {
            "js": [
                "js\/extinstallcheck.bundle.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.zoomgov.com\/myhome*"
            ]
        }
    ],
    "options_page": "options.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjoJoL1+EBWEMI7Srw1VSe+JrpZpfQEC+n8J+7+gGD4l\/Z3umXI0J8A+5YlApxv1dlDGw57YcCmqlT35BKVwJVP8vLEYB\/MJLd47Pq4RmYmff4lKlvImIzVk0aRqZHqcPjPmhBgegiuDKBjuZGrETOpmld8CL0SSmimz+QpmUnKILJoSxT03fH+Er3k3L7aH\/3J5+tRW3El7VepKObtVoux9Al2qsgW4nZzAgnaduySGhts9nxQyRx3pPdDP2frCtvuE5JhxDZ0wKeax29rj3B0q8oWc9woap7W29q8Vx7MwbAPLt2lBik1Y0t3HrA7r11172DlUltwu\/aUd2bruBvwIDAQAB",
    "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": [
                ""
            ]
        }
    ]
}