Google Meet AutoExit
Google Meet AutoExit
Apa itu Google Meet AutoExit?
Google Meet AutoExit adalah ekstensi Chrome yang dikembangkan oleh sakujo, dan fitur utamanya adalah "Google Meet AutoExit".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Meet AutoExit
Unduh file ekstensi Google Meet AutoExit 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
Automatically exit a google meet meeting ****** Change-logs ***** 1.) Optimised the performance 2.) Looked after the mic activation complaints 3.) Updated for new interface of Google Meet *************************** There are two options : - 1) EXIT AT A SPECIFIC TIME : the meeting would be exited at the time specified. 2) EXIT BASED ON PARTICIPANTS the meeting would be exited when the number of participants fall below the number specified. Created by : - Lakshay Dhiman (sakujo)
Informasi Dasar Ekstensi
Nama | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
URL Resmi | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
Deskripsi | Google Meet AutoExit |
Ukuran File | 14.62 KB |
Jumlah Instalasi | 1,803 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2022-01-28 |
Tanggal Publikasi | 2020-09-01 |
Penilaian | 4.06/5 Total 16 Penilaian |
Pengembang | sakujo |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet AutoExit", "version": "2.1", "description": "Google Meet AutoExit", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon128.png" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |