The Conference system Screen Sharing

Add Screen Sharing to the conference system.

Co je The Conference system Screen Sharing?

The Conference system Screen Sharing je rozšíření Chrome vyvinuté bellface.inc.develop, a jeho hlavní funkcí je „Add Screen Sharing to the conference system.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Conference system Screen Sharing

Stáhněte si soubory rozšíření The Conference system Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Screen Sharing Extension for Chrome.                    

Základní Informace o Rozšíření

Název The Conference system Screen Sharing The Conference system Screen Sharing
ID dafmbamledgmihaihnlpegddgjhaadcl
Oficiální URL https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl
Popis Add Screen Sharing to the conference system.
Velikost souboru 50.44 KB
Počet instalací 10,734
Aktuální Verze 0.96
Poslední Aktualizace 2022-12-08
Datum Vydání 2020-06-11
Vývojář bellface.inc.develop
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}