WebConnect Screenshare Extension

WebConnect Screenshare Extension

What is WebConnect Screenshare Extension?

WebConnect Screenshare Extension is a Chrome extension developed by https://connect.syntela.com, and its main feature is "WebConnect Screenshare Extension".

Extension Screenshots

screenshot

Download WebConnect Screenshare Extension Extension CRX File

Download WebConnect Screenshare Extension 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

                        Share your screen with Screenshare for Syntela WebConnect                    

Extension Basic Information

Name WebConnect Screenshare Extension WebConnect Screenshare Extension
ID jccnghfeobcbfenibcgfkcadhdnchegp
Official URL https://chromewebstore.google.com/detail/webconnect-screenshare-ex/jccnghfeobcbfenibcgfkcadhdnchegp
Description WebConnect Screenshare Extension
File Size 31.69 KB
Installation Count 1,396
Current Version 1.0.5
Last Updated 2019-07-15
Publish Date 2019-07-15
Rating 5.00/5 Total 1 Ratings
Developer https://connect.syntela.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "version_name": "1.0.5",
    "author": "processo",
    "manifest_version": 2,
    "minimum_chrome_version": "53",
    "background": {
        "scripts": [
            "js\/background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/connect.syntela.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/connect.syntela.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon22.png",
        "default_title": "WebConnect Screenshare Extension"
    },
    "icons": {
        "16": "images\/icon16.png",
        "22": "images\/icon22.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "system.cpu",
        "activeTab",
        "tabs",
        "desktopCapture",
        "*:\/\/connect.syntela.com\/*"
    ],
    "web_accessible_resources": [
        "images\/icon32.png",
        "js\/content-script.js",
        "js\/background-script.js"
    ]
}