thera-LINK Screen Sharing

Allows you to share your screen using thera-LINK.

Wat is thera-LINK Screen Sharing?

thera-LINK Screen Sharing is een Chrome-extensie ontwikkeld door https://thera-link.com, en de belangrijkste functie is "Allows you to share your screen using thera-LINK.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie thera-LINK Screen Sharing

Download thera-LINK Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam thera-LINK Screen Sharing thera-LINK Screen Sharing
ID geoohggdjcimdjilhhnoolpblkbgnagb
Officiële URL https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb
Beschrijving Allows you to share your screen using thera-LINK.
Bestandsgrootte 38.35 KB
Aantal Installaties 416
Huidige Versie 1.0
Laatst Bijgewerkt 2017-08-10
Publicatiedatum 2017-08-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://thera-link.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.thera-link.com/privacy-policy
Ondersteunde Talen 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"
    ]
}