CollStack Screen Capture
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
什麼是CollStack Screen Capture?
CollStack Screen Capture是由https://collstack.io開發的Chrome擴展程式,該擴展的主要功能是“This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!”。
擴展截圖
下載CollStack Screen Capture擴展crx文件
下載CollStack Screen Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Screen Capture extension is designed for CollStack product. CollStack is a collaboration tool. Installing this extension will enable screen capture functionality and users can view each other screen during the video call. 擴展基本資訊
| 名稱 | |
| ID | glfoinmelidkjeechjicoidcgbkiadco |
| 官方網址 | https://chromewebstore.google.com/detail/collstack-screen-capture/glfoinmelidkjeechjicoidcgbkiadco |
| 簡介 | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
| 檔案大小 | 5.74 KB |
| 安裝次數 | 18 |
| 目前版本 | 3.4 |
| 更新時間 | 2018-01-23 |
| 上架時間 | 2017-12-28 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://collstack.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CollStack Screen Capture",
"author": "Farrukh Aslam",
"version": "3.4",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
"homepage_url": "https:\/\/collstack.io",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/collstack.io\/*",
"https:\/\/collstack.io:9001\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |