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 | 
| 公式URL | 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 | 
| Eメール | [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"
}  |  |