The Conference system Screen Sharing

Add Screen Sharing to the conference system.

Cos'è The Conference system Screen Sharing?

The Conference system Screen Sharing è un'estensione di Chrome sviluppata da bellface.inc.develop, e la sua funzione principale è "Add Screen Sharing to the conference system.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Conference system Screen Sharing

Scarica i file di estensione The Conference system Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Screen Sharing Extension for Chrome.                    

Informazioni di Base sull'Estensione

Nome The Conference system Screen Sharing The Conference system Screen Sharing
ID dafmbamledgmihaihnlpegddgjhaadcl
URL Ufficiale https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl
Descrizione Add Screen Sharing to the conference system.
Dimensione del File 50.44 KB
Conteggio Installazioni 10,734
Versione Corrente 0.96
Ultimo Aggiornamento 2022-12-08
Data di Pubblicazione 2020-06-11
Sviluppatore bellface.inc.develop
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}