SkyRooms.IO Desktop Streamer
Install this plugin to allow desktop sharing in SkyRooms.IO conferencing
什麼是SkyRooms.IO Desktop Streamer?
SkyRooms.IO Desktop Streamer是由skyroomsio開發的Chrome擴展程式,該擴展的主要功能是“Install this plugin to allow desktop sharing in SkyRooms.IO conferencing”。
擴展截圖
下載SkyRooms.IO Desktop Streamer擴展crx文件
下載SkyRooms.IO Desktop Streamer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
SkyRooms.IO Virtual Offices requires this plugin to be installed in your browser to do screen sharing during a meeting.
Participants do not need this to view your desktop feed at all.
Small and lite plugin, no extra stuff. Safe for your computer! :) 擴展基本資訊
| 名稱 | |
| ID | pifoihkipgckedfddhjmmpddibjenieb |
| 官方網址 | https://chromewebstore.google.com/detail/skyroomsio-desktop-stream/pifoihkipgckedfddhjmmpddibjenieb |
| 簡介 | Install this plugin to allow desktop sharing in SkyRooms.IO conferencing |
| 檔案大小 | 33.4 KB |
| 安裝次數 | 945 |
| 目前版本 | 0.1.6 |
| 更新時間 | 2017-02-19 |
| 上架時間 | 2017-02-19 |
| 評分 | 4.00/5 共 2 次評分 |
| 開發者 | skyroomsio |
| 付費類型 | free |
| 擴展官網 | https://www.skyrooms.io/ |
| 說明頁面URL | https://www.skyrooms.io/help |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SkyRooms.IO Desktop Streamer",
"description": "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing",
"version": "0.1.6",
"minimum_chrome_version": "34",
"icons": {
"16": "jitsi-logo-16x16.png",
"48": "jitsi-logo-48x48.png",
"128": "jitsi-logo-128x128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*:\/\/jitsi.skyrooms.io\/*",
"*:\/\/skyrooms.io\/*"
]
}
} | |