The Conference system Screen Sharing

Add Screen Sharing to the conference system.

¿Qué es The Conference system Screen Sharing?

The Conference system Screen Sharing es una extensión de Chrome desarrollada por bellface.inc.develop, y su función principal es "Add Screen Sharing to the conference system.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión The Conference system Screen Sharing

Descarga archivos de extensión The Conference system Screen Sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Screen Sharing Extension for Chrome.                    

Información Básica de la Extensión

Nombre The Conference system Screen Sharing The Conference system Screen Sharing
ID dafmbamledgmihaihnlpegddgjhaadcl
URL Oficial https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl
Descripción Add Screen Sharing to the conference system.
Tamaño del Archivo 50.44 KB
Cantidad de Instalaciones 10,734
Versión Actual 0.96
Última Actualización 2022-12-08
Fecha de Publicación 2020-06-11
Desarrollador bellface.inc.develop
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}