GoToWebinar & GoToMeeting Download Recordings

Now you can download recordings from GoToMeeting and GoToWebinar with a single click of a button. After installing this software,…

GoToWebinar & GoToMeeting Download Recordingsとは何ですか?

GoToWebinar & GoToMeeting Download Recordingsはhttps://www.zoomcorder.comによって開発されたChromeの拡張機能で、その主な機能は「Now you can download recordings from GoToMeeting and GoToWebinar with a single click of a button. After installing this software,…」です。

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

screenshot
screenshot
screenshot

GoToWebinar & GoToMeeting Download Recordings拡張機能のCRXファイルをダウンロード

GoToWebinar & GoToMeeting Download Recordings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Now you can download recordings from GoToMeeting and GoToWebinar with a single click of a button.

After installing this software, when you visit a page showing a GoToWebinar or GoToMeeting video recording, a blue "Download" button will appear on the screen. Clicking this button will download the video as a MP4 video that you can watch offline. 

Finally, you don't need to watch all the videos online anymore. You can now download all to your computer and then move to any device (like your phone) and watch them without using your mobile minutes! (If you need this capability for Zoom please search the extension store for ZED: Zoom Easy Downloader which works with Zoom meetings.)

This software will also help you find the top webinars happening now that may be of interest to you. 

No personally identifying information is ever captured or stored with this extension. 

Software is provided by Zoomcorder.com - the video bot service to record ANY video meeting WITHOUT attending and without being the host. 50% of people miss webinars they sign up to attend. With Zoomcorder - you can schedule it to record any video meeting and have a recording sent to you immediately after the meeting is over. 

Zoomcorder.com works flawlessly with Zoom, GoToMeeting, GoToWebinar, Microsoft Team, or Google Meet meetings. Give it a try and never miss another important video meeting.                    

拡張機能の基本情報

名前 GoToWebinar & GoToMeeting Download Recordings GoToWebinar & GoToMeeting Download Recordings
ID cphibdhgbdoekmkkcbbaoogedpfibeme
公式URL https://chromewebstore.google.com/detail/gotowebinar-gotomeeting-d/cphibdhgbdoekmkkcbbaoogedpfibeme
説明 Now you can download recordings from GoToMeeting and GoToWebinar with a single click of a button. After installing this software,…
ファイルサイズ 634 KB
インストール数 6,106
現在のバージョン 13.0
最終更新日 2023-05-16
公開日 2021-06-09
評価 3.07/5 合計 14 レビュー
開発者 https://www.zoomcorder.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://Zoomcorder.com
ヘルプページのURL https://Zoomcorder.com/support
プライバシーポリシーページのURL https://zoomcorder.com/extension/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GoToWebinar & GoToMeeting Download Recordings",
    "version": "13.0",
    "description": "",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads"
    ],
    "action": {
        "default_title": "Click to show an alert"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "grid.user.js",
                "cam_script.js",
                "\/images\/howto.jpg"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        },
        {
            "resources": [
                "\/images\/record.png",
                "\/images\/recimage.png",
                "\/images\/howto.jpg",
                "\/images\/download.png"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.zoomgov.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.gotomeet.me\/*",
                "https:\/\/*.gotowebinar.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}