ZED: Zoom Easy Downloader

The fastest and easiest way to download any video from the Zoom platform. Finally, you can now download all to your computer!

Τι είναι το ZED: Zoom Easy Downloader;

Το ZED: Zoom Easy Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.zoomcorder.com, και η κύρια λειτουργία του είναι "The fastest and easiest way to download any video from the Zoom platform. Finally, you can now download all to your computer!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ZED: Zoom Easy Downloader

Λήψη αρχείων επέκτασης ZED: Zoom Easy Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Zoom Easy Downloader: the fastest and easiest way to download any Zoom video. 

 🎉 Click the "Add to Chrome"  button at the top right corner ⤴️  to immediately experience the goodness of this free and useful software! 

Then when you visit a page showing a Zoom video recording, a blue banner will show up at the bottom of the page. Right-click on it and click "Save link as...". A .mp4 video will be downloaded to watch offline or move to any computer.

This software is provided by Zoomcorder.com where you can record any Zoom or Google Meet without attending and get a video sent to watch later. 

BONUS: Webinars are now one click easy to record! When viewing a webinar page a RECORD button will be available making it a snap to record the webinar and have the video sent to you afterwards. Never miss another webinar!

🕵️‍♀️ PRIVACY POLICY
  We don't know who you are. We don't store your data.

🙏ACKNOWLEDGEMENTS
  👩‍🏫👨‍🏫  This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. Please leave us feedback about how Zoomcorder.com can improve your video meeting experience because we want to hear from you. 

Click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ZED: Zoom Easy Downloader ZED: Zoom Easy Downloader
ID pdadlkbckhinonakkfkdaadceojbekep
Επίσημο URL https://chromewebstore.google.com/detail/zed-zoom-easy-downloader/pdadlkbckhinonakkfkdaadceojbekep
Περιγραφή The fastest and easiest way to download any video from the Zoom platform. Finally, you can now download all to your computer!
Μέγεθος Αρχείου 794 KB
Αριθμός Εγκαταστάσεων 142,793
Τρέχουσα Έκδοση 10.0
Τελευταία Ενημέρωση 2023-05-16
Ημερομηνία Δημοσίευσης 2020-05-22
Αξιολόγηση 4.71/5 Συνολικά 632 Αξιολογήσεις
Προγραμματιστής https://www.zoomcorder.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://Zoomcorder.com
Διεύθυνση URL της Σελίδας Βοήθειας https://Zoomcorder.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://zoomcorder.com/extension/privacy.html
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Zoomcorder",
    "description": "The fastest and easiest way to download any video from the Zoom platform. Finally, you can now download all to your computer!",
    "manifest_version": 3,
    "name": "ZED: Zoom Easy Downloader",
    "version": "10.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png",
        "1024": "icons\/1024.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/record.png",
                "\/images\/recimage.png",
                "\/images\/howto.jpg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png",
            "256": "icons\/256.png",
            "512": "icons\/512.png",
            "1024": "icons\/1024.png"
        },
        "default_title": "Zoom Easy Downloader",
        "default_popup": "\/pages\/about\/about.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}