Brochesia Mirroring

Expand the functionality of the Brochesia platform and share the contents with your community during the live call.

Brochesia Mirroringとは何ですか?

Brochesia Mirroringはhttp://www.brochesia.comによって開発されたChromeの拡張機能で、その主な機能は「Expand the functionality of the Brochesia platform and share the contents with your community during the live call.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Discover the new Brochesia Mirroring extension.
Expand the functionality of the Brochesia platform and share the contents with your community during the live call.

Installing this extension will allow you to share the Brochesia web portal link with other users.
Brochesia Mirroring is an extension that allows greater collaboration between users of the web portal, transmitting the computer screen                    

拡張機能の基本情報

名前 Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
公式URL https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
説明 Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
ファイルサイズ 286 KB
インストール数 528
現在のバージョン 13
最終更新日 2020-04-23
公開日 2020-04-20
評価 5.00/5 合計 4 レビュー
開発者 http://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 Mirroring",
    "author": "Brochesia",
    "version": "13",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.",
    "homepage_url": "https:\/\/www.brochesia.com",
    "background": {
        "scripts": [
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Your Screen"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "cookies",
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "activeTab",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ]
}