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.
拡張機能の基本情報
名前 | New Room for Google Meet™ |
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 |
Eメール | [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" } } } } |