WebMeeting - Screen Sharing
Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen.
WebMeeting - Screen Sharingคืออะไร?
WebMeeting - Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://minimeeting.com.br และคุณลักษณะหลักของมันคือ "Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebMeeting - Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย WebMeeting - Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
O WebMeeting Screen Sharing permite que usuários usando WebMeeting Direct (plataforma para reuniões on-line) e WebMeeting Visit (para visitas à distância) possam fazer o compartilhamento de tela, durante as reuniões ou visitas. Após a instalação, é necessário reiniciar o Google Chrome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebMeeting - Screen Sharing |
ID | ecijlhkakkmfoilgmjkdnjpmednceink |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webmeeting-screen-sharing/ecijlhkakkmfoilgmjkdnjpmednceink |
คำอธิบาย | Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen. |
ขนาดไฟล์ | 959 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2017-10-18 |
วันที่เผยแพร่ | 2017-10-18 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://minimeeting.com.br |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.minimeeting.com.br |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebMeeting - Screen Sharing", "short_name": "WebMeeting SS", "description": "Developed primary for https:\/\/minimeeting.com.br\/. It doesn't do anything except capture content of your screen.", "author": "Atitude Midia Digital", "version": "1.3.0", "manifest_version": 2, "minimum_chrome_version": "34", "homepage_url": "https:\/\/minimeeting.com.br\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.minimeeting.com.br\/*", "*:\/\/minimeeting.com.br\/*", "*:\/\/*.wmvisit.com\/*", "*:\/\/wmvisit.com\/*", "*:\/\/*.wmvisit.com.br\/*", "*:\/\/wmvisit.com.br\/*" ] } ], "icons": { "16": "logo_16x16.png", "48": "logo_48x48.png", "128": "logo_128x128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |