New Room for Google Meet™
The best way to create a new Google Meet™ Room!
New Room for Google Meet™ là gì?
New Room for Google Meet™ là một tiện ích mở rộng Chrome được phát triển bởi https://timleland.com, và tính năng chính của nó là "The best way to create a new Google Meet™ Room!".
Ả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 New Room for Google Meet™
Tải xuống các tệp mở rộng New Room for Google Meet™ 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | New Room for Google Meet™ |
ID | gidhcdnlmipmnhpibhfgcmigpebopkgc |
URL Chính Thức | https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc |
Mô tả | The best way to create a new Google Meet™ Room! |
Kích Thước Tệp | 18.8 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2022-06-07 |
Ngày Phát Hành | 2022-02-26 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://timleland.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://timleland.com/new-google-meet-extension/ |
URL Trang Trợ Giúp | https://timleland.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://t.ly/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |