Beesy: Record Google Meets
Record Google Meets for FREE locally to your computer
什么是Beesy: Record Google Meets?
Beesy: Record Google Meets是由The Pira Org开发的Chrome扩展程序,该扩展的主要功能是“Record Google Meets for FREE locally to your computer”。
扩展截图
下载Beesy: Record Google Meets扩展crx文件
下载Beesy: Record Google Meets扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
---------------------------------------------------------------------------------------------------- ⚠️ Disclaimer: A Beesy user should inform and get consent of other Google Meet members when recording is enabled on their system according to their local laws. Be a sound user and respect others privacy :) ---------------------------------------------------------------------------------------------------- Beesy is FREE for local use, no signup and no cloud dependency at all! Just install the extension and start recording. Features: 🎥 Record without signing up ⚡ Use shortcuts to start/stop recording. Configure them as per your need 🔊 Option to start video+audio or audio only recordings 🔇 Supports muting audio in recording by muting Google Meet, which is not possible with screen recorders 🎤 Automatically detect active mic when (dis)connecting headphones ⌛ Show time since recording started in extension icon 📥 Recording is downloaded automatically when you leave a meeting 🔀 Show recording in progress and an easy way to switch to the active Meet tab ---------------------------------------------------------------------------------------------------- This extension does NOT track or share user data. However we use error collection service to improve Beesy and its user's experience.
扩展基本信息
名称 | Beesy: Record Google Meets |
ID | eabicnldgjknbifdgmnieblkbnggfnde |
官方URL | https://chromewebstore.google.com/detail/beesy-record-google-meets/eabicnldgjknbifdgmnieblkbnggfnde |
简介 | Record Google Meets for FREE locally to your computer |
文件大小 | 630 KB |
安装次数 | 6,058 |
当前版本 | 0.0.11 |
更新时间 | 2023-08-15 |
上架时间 | 2022-12-26 |
评分 | 4.11/5 共18次评分 |
开发者 | The Pira Org |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://beesy.canny.io/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beesy: Record Google Meets", "version": "0.0.11", "description": "Record Google Meets for FREE locally to your computer", "short_name": "Beesy: Record Google Meets", "permissions": [ "downloads", "storage", "tabCapture", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "js": [ "beesy-content.js" ] } ], "icons": { "16": "assets\/images\/logo\/16.png", "24": "assets\/images\/logo\/24.png", "32": "assets\/images\/logo\/32.png", "48": "assets\/images\/logo\/48.png", "96": "assets\/images\/logo\/96.png", "128": "assets\/images\/logo\/128.png" }, "manifest_version": 3, "host_permissions": [ "https:\/\/meet.google.com\/*" ], "action": { "default_title": "Beesy: Record Google Meets", "default_popup": "assets\/html\/popup.html", "default_icon": "assets\/images\/logo\/128.png" }, "background": { "service_worker": "beesy-background.js" }, "web_accessible_resources": [ { "resources": [ "assets\/**" ], "matches": [ " |