Brochesia Mirroring

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

Brochesia Mirroring là gì?

Brochesia Mirroring là một tiện ích mở rộng Chrome được phát triển bởi http://www.brochesia.com, và tính năng chính của nó là "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Brochesia Mirroring

Tải xuống các tệp mở rộng Brochesia Mirroring dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
URL Chính Thức https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
Mô tả Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
Kích Thước Tệp 286 KB
Số Lần Cài Đặt 528
Phiên Bản Hiện Tại 13
Cập Nhật Lần Cuối 2020-04-23
Ngày Phát Hành 2020-04-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://www.brochesia.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.brochesia.com/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}