The Conference system Screen Sharing

Add Screen Sharing to the conference system.

The Conference system Screen Sharing là gì?

The Conference system Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi bellface.inc.develop, và tính năng chính của nó là "Add Screen Sharing to the conference system.".

Ả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 The Conference system Screen Sharing

Tải xuống các tệp mở rộng The Conference system Screen Sharing 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

                        Screen Sharing Extension for Chrome.                    

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

Tên The Conference system Screen Sharing The Conference system Screen Sharing
ID dafmbamledgmihaihnlpegddgjhaadcl
URL Chính Thức https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl
Mô tả Add Screen Sharing to the conference system.
Kích Thước Tệp 50.44 KB
Số Lần Cài Đặt 10,734
Phiên Bản Hiện Tại 0.96
Cập Nhật Lần Cuối 2022-12-08
Ngày Phát Hành 2020-06-11
Nhà Phát Triển bellface.inc.develop
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "author": "BellFace Inc.",
    "version": "0.96",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/user.bell-face.com\/",
    "background": {
        "service_worker": "background-script.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.bell-face.example.com\/*",
            "https:\/\/*.bell-face.local\/*",
            "https:\/\/*.bell-face.co\/*",
            "https:\/\/*.bell-face.fyi\/*",
            "https:\/\/*.bell-face.fm\/*",
            "https:\/\/*.bell-face.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "https:\/\/*.bell-face.example.com\/*",
                "https:\/\/*.bell-face.local\/*",
                "https:\/\/*.bell-face.co\/*",
                "https:\/\/*.bell-face.fyi\/*",
                "https:\/\/*.bell-face.fm\/*",
                "https:\/\/*.bell-face.com\/*"
            ]
        }
    ]
}