VoiSmart Screen Share

VoiSmart browser extension for screen sharing support

What is VoiSmart Screen Share?

VoiSmart Screen Share is a Chrome extension developed by develop, and its main feature is "VoiSmart browser extension for screen sharing support".

Extension Screenshots

screenshot

Download VoiSmart Screen Share Extension CRX File

Download VoiSmart Screen Share 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

                        Screen sharing support for VoiSmart conference.                    

Extension Basic Information

Name VoiSmart Screen Share VoiSmart Screen Share
ID ipglkdcdgpagcjcockkhdpcojokgigbg
Official URL https://chromewebstore.google.com/detail/voismart-screen-share/ipglkdcdgpagcjcockkhdpcojokgigbg
Description VoiSmart browser extension for screen sharing support
File Size 5.06 KB
Installation Count 120
Current Version 1.1
Last Updated 2018-08-31
Publish Date 2018-08-31
Developer develop
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoiSmart Screen Share",
    "short_name": "VoiSmartShare",
    "author": "VoiSmart",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "VoiSmart browser extension for screen sharing support",
    "homepage_url": "https:\/\/www.voismart.it",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}