New Room for Google Meet™
The best way to create a new Google Meet™ Room!
Apa itu New Room for Google Meet™?
New Room for Google Meet™ adalah ekstensi Chrome yang dikembangkan oleh https://timleland.com, dan fitur utamanya adalah "The best way to create a new Google Meet™ Room!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New Room for Google Meet™
Unduh file ekstensi New Room for Google Meet™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | New Room for Google Meet™ |
ID | gidhcdnlmipmnhpibhfgcmigpebopkgc |
URL Resmi | https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc |
Deskripsi | The best way to create a new Google Meet™ Room! |
Ukuran File | 18.8 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2022-06-07 |
Tanggal Publikasi | 2022-02-26 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://timleland.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://timleland.com/new-google-meet-extension/ |
URL Halaman Bantuan | https://timleland.com/contact/ |
URL Halaman Kebijakan Privasi | https://t.ly/privacy |
Bahasa yang Didukung | 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" } } } } |