WebRTC Desktop Sharing for Uniquity
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
什麼是WebRTC Desktop Sharing for Uniquity?
WebRTC Desktop Sharing for Uniquity是由https://smart.cirpack.com開發的Chrome擴展程式,該擴展的主要功能是“WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity”。
擴展截圖
下載WebRTC Desktop Sharing for Uniquity擴展crx文件
下載WebRTC Desktop Sharing for Uniquity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Added support for coriolis-mobility.fr
---
Added support for providentit.com
Added support for myconnect360.com
Added support for myconnect360.fr
---
Added support for nubs-app.com
Added support for neoconnect-webapp.fr
---
Added support for uc.fjordtelecom.com 擴展基本資訊
| 名稱 | |
| ID | ebkkbcaigkfknmeojgaikijmnljjepaj |
| 官方網址 | https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/ebkkbcaigkfknmeojgaikijmnljjepaj |
| 簡介 | WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity |
| 檔案大小 | 14.93 KB |
| 安裝次數 | 439 |
| 目前版本 | 2.0.0.15 |
| 更新時間 | 2020-04-21 |
| 上架時間 | 2020-04-21 |
| 開發者 | https://smart.cirpack.com |
| 付費類型 | free |
| 擴展官網 | http://www.andrexen.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Andrexen",
"name": "WebRTC Desktop Sharing for Uniquity",
"short_name": "UQ Screen Share",
"version": "2.0.0.15",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity",
"homepage_url": "http:\/\/uniquity.andrexen.com\/",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*.andrexen.com\/*",
"https:\/\/*.amplement.com\/*",
"https:\/\/*.cirpack.com\/*",
"https:\/\/*.cirpack.ir\/*",
"https:\/\/*.uniquity.lab.as30781.net\/*",
"https:\/\/*.uniquity.ovh\/*",
"https:\/\/*.smart-rcs.com\/*",
"https:\/\/*.rcs-anywhere.com\/*",
"https:\/\/*.ipnexia.com\/*",
"https:\/\/*.paritel.fr\/*",
"https:\/\/*.beetechnology.fr\/*",
"https:\/\/*.omega-telecom.fr\/*",
"https:\/\/*.cloudissp.com\/*",
"https:\/\/*.gts.ro\/*",
"https:\/\/*.uniquity.fr\/*",
"https:\/\/*.uniquity.fr\/*",
"https:\/\/*.nubs-app.com\/*",
"https:\/\/*.neoconnect-webapp.fr\/*",
"https:\/\/*.fjordtelecom.com\/*",
"https:\/\/*.providentit.com\/*",
"https:\/\/*.myconnect360.com\/*",
"https:\/\/*.myconnect360.fr\/*",
"https:\/\/*.coriolis-mobility.fr\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.andrexen.com\/*",
"https:\/\/*.amplement.com\/*",
"https:\/\/*.cirpack.com\/*",
"https:\/\/*.cirpack.ir\/*",
"https:\/\/*.uniquity.lab.as30781.net\/*",
"https:\/\/*.uniquity.ovh\/*",
"https:\/\/*.smart-rcs.com\/*",
"https:\/\/*.rcs-anywhere.com\/*",
"https:\/\/*.ipnexia.com\/*",
"https:\/\/*.paritel.fr\/*",
"https:\/\/*.beetechnology.fr\/*",
"https:\/\/*.omega-telecom.fr\/*",
"https:\/\/*.cloudissp.com\/*",
"https:\/\/*.gts.ro\/*",
"https:\/\/*.uniquity.fr\/*",
"https:\/\/*.nubs-app.com\/*",
"https:\/\/*.neoconnect-webapp.fr\/*",
"https:\/\/*.fjordtelecom.com\/*",
"https:\/\/*.providentit.com\/*",
"https:\/\/*.myconnect360.com\/*",
"https:\/\/*.myconnect360.fr\/*",
"https:\/\/*.coriolis-mobility.fr\/*"
]
},
"icons": {
"48": "icon.png",
"128": "icon128.png"
},
"permissions": [
"desktopCapture",
"https:\/\/*.andrexen.com\/*",
"https:\/\/*.amplement.com\/*",
"https:\/\/*.cirpack.com\/*",
"https:\/\/*.cirpack.ir\/*",
"https:\/\/*.uniquity.lab.as30781.net\/*",
"https:\/\/*.uniquity.ovh\/*",
"https:\/\/*.smart-rcs.com\/*",
"https:\/\/*.rcs-anywhere.com\/*",
"https:\/\/*.ipnexia.com\/*",
"https:\/\/*.paritel.fr\/*",
"https:\/\/*.beetechnology.fr\/*",
"https:\/\/*.omega-telecom.fr\/*",
"https:\/\/*.cloudissp.com\/*",
"https:\/\/*.gts.ro\/*",
"https:\/\/*.uniquity.fr\/*",
"https:\/\/*.nubs-app.com\/*",
"https:\/\/*.neoconnect-webapp.fr\/*",
"https:\/\/*.fjordtelecom.com\/*",
"https:\/\/*.providentit.com\/*",
"https:\/\/*.myconnect360.com\/*",
"https:\/\/*.myconnect360.fr\/*",
"https:\/\/*.coriolis-mobility.fr\/*"
]
} | |