thera-LINK Screen Sharing

Allows you to share your screen using thera-LINK.

What is thera-LINK Screen Sharing?

thera-LINK Screen Sharing is a Chrome extension developed by https://thera-link.com, and its main feature is "Allows you to share your screen using thera-LINK.".

Extension Screenshots

screenshot

Download thera-LINK Screen Sharing Extension CRX File

Download thera-LINK Screen Sharing 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

                                            

Extension Basic Information

Name thera-LINK Screen Sharing thera-LINK Screen Sharing
ID geoohggdjcimdjilhhnoolpblkbgnagb
Official URL https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb
Description Allows you to share your screen using thera-LINK.
File Size 38.35 KB
Installation Count 416
Current Version 1.0
Last Updated 2017-08-10
Publish Date 2017-08-10
Rating 5.00/5 Total 1 Ratings
Developer https://thera-link.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.thera-link.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "thera-LINK Screen Sharing",
    "author": "thera-LINK, LLC",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Allows you to share your screen using thera-LINK.",
    "homepage_url": "https:\/\/www.thera-link.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.thera-link.com\/*",
            "https:\/\/*.thera-link.dev\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}