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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Now you can download recordings from GoToMeeting and GoToWebinar with a single click of a button. After installing this software,…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GoToWebinar & GoToMeeting Download Recordings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}