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
官方網址 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
電子郵箱 [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"
    ]
}