New Room for Google Meet™
The best way to create a new Google Meet™ Room!
什么是New Room for Google Meet™?
New Room for Google Meet™是由https://timleland.com开发的Chrome扩展程序,该扩展的主要功能是“The best way to create a new Google Meet™ Room!”。
扩展截图
下载New Room for Google Meet™扩展crx文件
下载New Room for Google Meet™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily create new Google Meet™ rooms in one easy click. The URL for the Google Meet™ will automatically be copied to your clipboard.
A better way to create Google Meet™ rooms that saves you the additional clicks to generate a new meeting room. 扩展基本信息
| 名称 | |
| ID | gidhcdnlmipmnhpibhfgcmigpebopkgc |
| 官方URL | https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc |
| 简介 | The best way to create a new Google Meet™ Room! |
| 文件大小 | 18.8 KB |
| 安装次数 | 54 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2022-06-07 |
| 上架时间 | 2022-02-26 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://timleland.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://timleland.com/new-google-meet-extension/ |
| 帮助页面URL | https://timleland.com/contact/ |
| 隐私政策页面URL | https://t.ly/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "New Room for Google Meet\u2122",
"homepage_url": "https:\/\/timleland.com\/new-google-meet-extension\/",
"version": "1.0.6",
"icons": {
"128": "media\/icons\/icon128.png"
},
"description": "The best way to create a new Google Meet\u2122 Room!",
"action": {
"default_icon": {
"38": "media\/icons\/icon38.png"
},
"default_title": "New Google Meet\u2122 Room"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/meet.google.com\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+M",
"mac": "Command+Shift+M"
}
}
}
} | |