Experts Exchange Screen Share Plugin
An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge on Experts-Exchange.com.
什麼是Experts Exchange Screen Share Plugin?
Experts Exchange Screen Share Plugin是由Experts Exchange開發的Chrome擴展程式,該擴展的主要功能是“An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge on Experts-Exchange.com.”。
擴展截圖
下載Experts Exchange Screen Share Plugin擴展crx文件
下載Experts Exchange Screen Share Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                                             擴展基本資訊
| 名稱 |   |  
| ID | kikhkjlkhfobkpbkcljkphbnadndjokf | 
| 官方網址 | https://chromewebstore.google.com/detail/experts-exchange-screen-s/kikhkjlkhfobkpbkcljkphbnadndjokf | 
| 簡介 | An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge on Experts-Exchange.com. | 
| 檔案大小 | 8.3 KB | 
| 安裝次數 | 46 | 
| 目前版本 | 0.1.6.1 | 
| 更新時間 | 2019-01-19 | 
| 上架時間 | 2019-01-18 | 
| 開發者 | Experts Exchange | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://experts-exchange.com | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": "An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge on Experts-Exchange.com.",
    "externally_connectable": {
        "matches": [
            "*:\/\/services.experts-exchange.com\/*",
            "*:\/\/www.experts-exchange.com\/questions\/*"
        ]
    },
    "icons": {
        "128": "EE-logo-128x128.png",
        "16": "EE-logo-16x16.png",
        "48": "EE-logo-48x48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAihAbvKeNSCHW6eI\/+mTWo\/c2016Wvx0VlwvNu5fPEvzh0H0AzUzkJYtgpg7bj5fHT0f1PFEbE0yS3U3udI0VNE58sylHcI\/Ga9jqU0jNdnAonrs0bqVcPPqeisnbXJzrvrJJRyb\/8zGZxg78jMgY9ZMwQOlNQ6AXkXqueOudpSUu61n8XhlEuznil2eHIXDr8dIEByuC7XqVcnbHbp6b29WPBuz9+MlIIcRNgsRa1UeX7RH5A\/9IeCo8vEjCANNhCSU53fg7URs2k0Dl78BkPVWeZV\/Dn6PRjeB67q98U7b00b9R4cjYfF4WrkvlugDOExSSfSh1deAaqoygS7ox4QIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Experts Exchange Screen Share Plugin",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6.1"
}  |  |