GoFAST Screensharing with Jitsi meet

Jitsi Meet screensharing for GoFAST.

GoFAST Screensharing with Jitsi meetとは何ですか?

GoFAST Screensharing with Jitsi meetはhttp://ceo-vision.comによって開発されたChromeの拡張機能で、その主な機能は「Jitsi Meet screensharing for GoFAST.」です。

GoFAST Screensharing with Jitsi meet拡張機能のCRXファイルをダウンロード

GoFAST Screensharing with Jitsi meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Screensharing extention for gofast.ceo-vision.com                    

拡張機能の基本情報

名前 GoFAST Screensharing with Jitsi meet GoFAST Screensharing with Jitsi meet
ID jkcppmhhohjbdglckdmfjpdacnefepom
公式URL https://chrome.google.com/webstore/detail/gofast-screensharing-with/jkcppmhhohjbdglckdmfjpdacnefepom
説明 Jitsi Meet screensharing for GoFAST.
ファイルサイズ 4.16 KB
インストール数 25
現在のバージョン 0.1.7
最終更新日 2017-08-30
公開日 2017-08-30
評価 5.00/5 合計 1 レビュー
開発者 http://ceo-vision.com
支払い方法 free
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoFAST Screensharing with Jitsi meet",
    "description": "Jitsi Meet screensharing for GoFAST.",
    "version": "0.1.7",
    "minimum_chrome_version": "34",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/gofast-comm.ceo-vision.com\/*"
        ]
    }
}