The Conference system Screen Sharing

Add Screen Sharing to the conference system.

What is The Conference system Screen Sharing?

The Conference system Screen Sharing is a Chrome extension developed by bellface.inc.develop, and its main feature is "Add Screen Sharing to the conference system.".

Extension Screenshots

screenshot

Download The Conference system Screen Sharing Extension CRX File

Download The Conference system Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Screen Sharing Extension for Chrome.                    

Extension Basic Information

Name The Conference system Screen Sharing The Conference system Screen Sharing
ID dafmbamledgmihaihnlpegddgjhaadcl
Official URL https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl
Description Add Screen Sharing to the conference system.
File Size 50.44 KB
Installation Count 10,734
Current Version 0.96
Last Updated 2022-12-08
Publish Date 2020-06-11
Developer bellface.inc.develop
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}