Switchvox Screen Sharing for Switchboard

Enables screen-sharing for chrome in the switchboard

Co je Switchvox Screen Sharing for Switchboard?

Switchvox Screen Sharing for Switchboard je rozšíření Chrome vyvinuté Digium, Inc., a jeho hlavní funkcí je „Enables screen-sharing for chrome in the switchboard“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Switchvox Screen Sharing for Switchboard

Stáhněte si soubory rozšíření Switchvox Screen Sharing for Switchboard 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í

                        This extension is for Switchvox users, and makes it possible to share your desktop computer screen in the Switchboard.                    

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

Název Switchvox Screen Sharing for Switchboard Switchvox Screen Sharing for Switchboard
ID odnmjffmhmkbebhofkmeeejdbcofiejc
Oficiální URL https://chromewebstore.google.com/detail/switchvox-screen-sharing/odnmjffmhmkbebhofkmeeejdbcofiejc
Popis Enables screen-sharing for chrome in the switchboard
Velikost souboru 4.03 KB
Počet instalací 884
Aktuální Verze 0.0.2
Poslední Aktualizace 2018-10-24
Datum Vydání 2018-10-24
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Digium, Inc.
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Switchvox Screen Sharing for Switchboard",
    "description": "Enables screen-sharing for chrome in the switchboard",
    "version": "0.0.2",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "desktopCapture",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}