Brochesia Screen Sharing

This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.

Brochesia Screen Sharingとは何ですか?

Brochesia Screen Sharingはhttps://www.brochesia.comによって開発されたChromeの拡張機能で、その主な機能は「This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.」です。

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

screenshot

Brochesia Screen Sharing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.                    

拡張機能の基本情報

名前 Brochesia Screen Sharing Brochesia Screen Sharing
ID epmclfpemadhbkipichmjbmahbmolljb
公式URL https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb
説明 This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
ファイルサイズ 5.45 KB
インストール数 20
現在のバージョン 2
最終更新日 2019-04-12
公開日 2019-04-12
評価 5.00/5 合計 4 レビュー
開発者 https://www.brochesia.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.brochesia.com/privacy_policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brochesia Screen Sharing",
    "author": "Brochesia",
    "version": "2",
    "manifest_version": 2,
    "minimum_chrome_version": "65",
    "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.",
    "homepage_url": "https:\/\/www.brochesia.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.brochesia.cloud\/*",
                "https:\/\/localhost:8443\/*",
                "http:\/\/localhost:4000\/*",
                "http:\/\/192.168.1.151:4000\/*",
                "http:\/\/192.168.0.251:4000\/*",
                "http:\/\/172.255.101.250:4000\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "22": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}