Wit Web Communicator Screen Sharing
This extension allows you to share your screen
什麼是Wit Web Communicator Screen Sharing?
Wit Web Communicator Screen Sharing是由https://demo.wit-software.com/webcommunicator/webrtc開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to share your screen”。
擴展截圖
下載Wit Web Communicator Screen Sharing擴展crx文件
下載Wit Web Communicator Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension needs to be installed in order to use screen share feature when using WIT-Software web products in Chrome.
If you want to know more about us please visit https://www.wit-software.com/ 擴展基本資訊
| 名稱 | |
| ID | chdodaolgebgmhjkppjcincpoeonlgnc |
| 官方網址 | https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc |
| 簡介 | This extension allows you to share your screen |
| 檔案大小 | 9.03 KB |
| 安裝次數 | 59 |
| 目前版本 | 0.0.6 |
| 更新時間 | 2018-06-06 |
| 上架時間 | 2018-06-05 |
| 開發者 | https://demo.wit-software.com/webcommunicator/webrtc |
| 付費類型 | free |
| 擴展官網 | https://www.wit-software.com/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wit Web Communicator Screen Sharing",
"description": "This extension allows you to share your screen",
"version": "0.0.6",
"manifest_version": 2,
"minimum_chrome_version": "34",
"icons": {
"16": "wit16.png",
"48": "wit48.png",
"128": "wit128.png"
},
"permissions": [
"desktopCapture",
"https:\/\/*.wit-software.com\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*.wit-software.com\/*"
],
"run_at": "document_start"
}
]
} | |