Gmeet Recording plugin
Gmeet Recording plugin
Gmeet Recording pluginคืออะไร?
Gmeet Recording plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hdvideomeet.com และคุณลักษณะหลักของมันคือ "Gmeet Recording plugin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmeet Recording plugin
ดาวน์โหลดไฟล์ส่วนขยาย Gmeet Recording plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Recording plugin for HDVideomeet
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gmeet Recording plugin |
ID | afhdngndofliioielklldembhbpgnngj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmeet-recording-plugin/afhdngndofliioielklldembhbpgnngj |
คำอธิบาย | Gmeet Recording plugin |
ขนาดไฟล์ | 11.79 KB |
จำนวนการติดตั้ง | 8,008 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2020-05-09 |
วันที่เผยแพร่ | 2020-05-07 |
คะแนน | 1.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://hdvideomeet.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/*.hdvideomeet.com\/*" ] } ], "description": "Gmeet Recording plugin", "externally_connectable": { "all_frames": true, "matches": [ "https:\/\/*.hdvideomeet.com\/*" ] }, "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Gmeet Recording plugin", "permissions": [ "desktopCapture" ], "short_name": "Gmeet Recording plugin", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.0" } |