Zoom Recording Downloader
This extension is to download zoom recordings
What is Zoom Recording Downloader?
Zoom Recording Downloader is a Chrome extension developed by aravindaart, and its main feature is "This extension is to download zoom recordings".
Extension Screenshots
Download Zoom Recording Downloader Extension CRX File
Download Zoom Recording Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Download zoom recordings with authorization
Extension Basic Information
Name | |
ID | gjobomfocjepmiclggejemooglahbllb |
Official URL | https://chrome.google.com/webstore/detail/zoom-recording-downloader/gjobomfocjepmiclggejemooglahbllb |
Description | This extension is to download zoom recordings |
File Size | 6.93 KB |
Installation Count | 4,000 |
Current Version | 1.2 |
Last Updated | 2022-01-02 |
Publish Date | 2021-04-14 |
Rating | 3.50/5 Total 2 Ratings |
Developer | aravindaart |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoom Recording Downloader", "description": "This extension is to download zoom recordings", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |