Switchvox Screen Sharing for Switchboard
Enables screen-sharing for chrome in the switchboard
什麼是Switchvox Screen Sharing for Switchboard?
Switchvox Screen Sharing for Switchboard是由Digium, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Enables screen-sharing for chrome in the switchboard”。
擴展截圖
下載Switchvox Screen Sharing for Switchboard擴展crx文件
下載Switchvox Screen Sharing for Switchboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is for Switchvox users, and makes it possible to share your desktop computer screen in the Switchboard.
擴展基本資訊
名稱 | Switchvox Screen Sharing for Switchboard |
ID | odnmjffmhmkbebhofkmeeejdbcofiejc |
官方網址 | https://chromewebstore.google.com/detail/switchvox-screen-sharing/odnmjffmhmkbebhofkmeeejdbcofiejc |
簡介 | Enables screen-sharing for chrome in the switchboard |
檔案大小 | 4.03 KB |
安裝次數 | 884 |
目前版本 | 0.0.2 |
更新時間 | 2018-10-24 |
上架時間 | 2018-10-24 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Digium, Inc. |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Switchvox Screen Sharing for Switchboard", "description": "Enables screen-sharing for chrome in the switchboard", "version": "0.0.2", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "desktopCapture", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |