GoBrunch Screen Share
The WebRTC screen capturing extension to share your screen with the world
GoBrunch Screen Shareคืออะไร?
GoBrunch Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gobrunch.com และคุณลักษณะหลักของมันคือ "The WebRTC screen capturing extension to share your screen with the world"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoBrunch Screen Share
ดาวน์โหลดไฟล์ส่วนขยาย GoBrunch Screen Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Google Chrome Extension to help you share the screen on Gobrunch for web conferencing and webinars. Instructions: Create Webinar/Video Conference on Gobrunch Click on Screen Share icon from Google Chrome The Extension will be asked to install and work automatically. If it redirects you to this page then simply install the extension here and refresh the webinar/video conference page. Cheers
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GoBrunch Screen Share |
ID | meefekdbnfknopenfokiacipalgnkdee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee |
คำอธิบาย | The WebRTC screen capturing extension to share your screen with the world |
ขนาดไฟล์ | 8.85 KB |
จำนวนการติดตั้ง | 7,056 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2018-10-25 |
วันที่เผยแพร่ | 2018-10-25 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://gobrunch.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoBrunch Screen Share", "author": "GoBrunch", "version": "1.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The WebRTC screen capturing extension to share your screen with the world", "homepage_url": "https:\/\/gobrunch.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*.gobrunch.com\/*" ] } ], "icons": { "48": "icon.png" }, "browser_action": { "default_title": "Add bookmark" }, "permissions": [ "desktopCapture", "https:\/\/*.gobrunch.com\/*" ], "web_accessible_resources": [ "icon.png" ] } |