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."입니다.

확장 프로그램 스크린샷

screenshot

Experts Exchange Screen Share Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Experts Exchange Screen Share Plugin Experts Exchange Screen Share Plugin
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
이메일 [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"
}