Proficonf screen sharing
Simple extension that allows to stream desktop with proficonf.com
Proficonf screen sharingคืออะไร?
Proficonf screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://proficonf.com และคุณลักษณะหลักของมันคือ "Simple extension that allows to stream desktop with proficonf.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proficonf screen sharing
ดาวน์โหลดไฟล์ส่วนขยาย Proficonf screen sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension to share the screen from your computer in a video conversation for your audience. Proficonf allows you to start a video conversation with anyone right in the browser, without the need to download and install any software. Proficonf includes all you need in one application for a great communication experience: * Documents demonstration * High quality screen sharing * Multi-user chat * Recordings .. and many more Be productive with the latest video conferencing technologies!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jhflfpbpmmmafddiaajdipeibfnddcaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa |
คำอธิบาย | Simple extension that allows to stream desktop with proficonf.com |
ขนาดไฟล์ | 11 KB |
จำนวนการติดตั้ง | 228 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2018-03-21 |
วันที่เผยแพร่ | 2018-03-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://proficonf.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://proficonf.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proficonf screen sharing", "description": "Simple extension that allows to stream desktop with proficonf.com", "version": "1.0.1", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/proficonf.com\/*", "*:\/\/*.proficonf.com\/*", "*:\/\/*.proficonf.io\/*", "http:\/\/localhost:8000\/*" ] } } |