Switchvox Screen Sharing for Switchboard

Enables screen-sharing for chrome in the switchboard

What is Switchvox Screen Sharing for Switchboard?

Switchvox Screen Sharing for Switchboard is a Chrome extension developed by Digium, Inc., and its main feature is "Enables screen-sharing for chrome in the switchboard".

Extension Screenshots

screenshot

Download Switchvox Screen Sharing for Switchboard Extension CRX File

Download Switchvox Screen Sharing for Switchboard 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

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

Extension Basic Information

Name Switchvox Screen Sharing for Switchboard Switchvox Screen Sharing for Switchboard
ID odnmjffmhmkbebhofkmeeejdbcofiejc
Official URL https://chromewebstore.google.com/detail/switchvox-screen-sharing/odnmjffmhmkbebhofkmeeejdbcofiejc
Description Enables screen-sharing for chrome in the switchboard
File Size 4.03 KB
Installation Count 884
Current Version 0.0.2
Last Updated 2018-10-24
Publish Date 2018-10-24
Rating 1.00/5 Total 1 Ratings
Developer Digium, Inc.
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}