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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}