Zoom Recording Downloader
This extension is to download zoom recordings
Zoom Recording Downloader là gì?
Zoom Recording Downloader là một tiện ích mở rộng Chrome được phát triển bởi aravindaart, và tính năng chính của nó là "This extension is to download zoom recordings".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Zoom Recording Downloader
Tải xuống các tệp mở rộng Zoom Recording Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Download zoom recordings with authorization
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gjobomfocjepmiclggejemooglahbllb |
URL Chính Thức | https://chrome.google.com/webstore/detail/zoom-recording-downloader/gjobomfocjepmiclggejemooglahbllb |
Mô tả | This extension is to download zoom recordings |
Kích Thước Tệp | 6.93 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-01-02 |
Ngày Phát Hành | 2021-04-14 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | aravindaart |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |