Confrere Screensharing

Enables screen sharing in Confrere

Confrere Screensharingとは何ですか?

Confrere Screensharingはhttps://confrere.comによって開発されたChromeの拡張機能で、その主な機能は「Enables screen sharing in Confrere」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Confrere Screensharing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension enables screensharing for Confrere-based products. The extension may be installed to *.confrere.com.                    

拡張機能の基本情報

名前 Confrere Screensharing Confrere Screensharing
ID okifmkhblklokdfkgaejkpmleiajepml
公式URL https://chromewebstore.google.com/detail/confrere-screensharing/okifmkhblklokdfkgaejkpmleiajepml
説明 Enables screen sharing in Confrere
ファイルサイズ 47 KB
インストール数 95
現在のバージョン 1.1.1
最終更新日 2019-01-11
公開日 2019-01-11
評価 5.00/5 合計 1 レビュー
開発者 https://confrere.com
支払い方法 free
拡張機能のウェブサイト https://confrere.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confrere Screensharing",
    "description": "Enables screen sharing in Confrere",
    "version": "1.1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "128": "icon-128x128.png",
        "192": "icon-192x192.png",
        "512": "icon-512x512.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.confrere.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.confrere.com\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.confrere.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}