oorja screensharing
Extension to allow screen sharing in oorja
oorja screensharingคืออะไร?
oorja screensharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oorja.io และคุณลักษณะหลักของมันคือ "Extension to allow screen sharing in oorja"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย oorja screensharing
ดาวน์โหลดไฟล์ส่วนขยาย oorja screensharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Using this extension you will be able to share your screen when using oorja. https://oorja.io Go to Video Chat tab and click on screen icon, right next to mute buttons for audio and video. A dialog box will ask you if you wish to share the full screen or choose a certain program window. That's it. In case of any difficulty or issue please leave a message. Thanks!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | oorja screensharing |
ID | kobkjhijljmjkobadoknmhakgfpkhiff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/oorja-screensharing/kobkjhijljmjkobadoknmhakgfpkhiff |
คำอธิบาย | Extension to allow screen sharing in oorja |
ขนาดไฟล์ | 13.89 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2017-05-29 |
วันที่เผยแพร่ | 2017-05-29 |
ผู้พัฒนา | https://oorja.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "34", "name": "oorja screensharing", "permissions": [ "desktopCapture" ], "short_name": "Screen sharing for oorja", "version": "0.0.0.3", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow screen sharing in oorja", "externally_connectable": { "matches": [ "*:\/\/*.oorja.io\/*" ] }, "icons": { "128": "oorja_icon_128.png", "16": "oorja_icon_16.png", "48": "oorja_icon_48.png" }, "browser_action": { "default_icon": "oorja_icon_128.png" } } |