G-Meet Auto Join
Automatically join G-Meet meetings !
G-Meet Auto Joinคืออะไร?
G-Meet Auto Join เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prakhar Gurunani และคุณลักษณะหลักของมันคือ "Automatically join G-Meet meetings !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G-Meet Auto Join
ดาวน์โหลดไฟล์ส่วนขยาย G-Meet Auto Join ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Who the hell loves attending 8 A.M classes ? Someone else can do this job more efficiently. Just save the meeting specifics (URL, time, duration...). The extension enters the meeting automatically, with audio and video turned off. It departs the meeting and closes the tab when the user-specified duration is achieved. Because this is a reoccurring event, the user will not have to save the meeting information every week. Note - The extension will not work if the browser is closed (basically true for all extensions). Atleast one browser window needs to remain open for the extension to work correctly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | G-Meet Auto Join |
ID | fmnjbaiongfjhonkncinpegdeamhmbpo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/g-meet-auto-join/fmnjbaiongfjhonkncinpegdeamhmbpo |
คำอธิบาย | Automatically join G-Meet meetings ! |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-08-25 |
วันที่เผยแพร่ | 2022-01-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Prakhar Gurunani |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "G-Meet Auto Join", "description": "Automatically join G-Meet meetings !", "version": "1.0.1", "background": { "service_worker": "js\/background.js" }, "permissions": [ "alarms", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "html\/popup.html" } } |