thera-LINK Screen Sharing

Allows you to share your screen using thera-LINK.

Was ist thera-LINK Screen Sharing?

thera-LINK Screen Sharing ist eine Chrome-Erweiterung, die von https://thera-link.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to share your screen using thera-LINK.".

Erweiterungsscreenshots

screenshot

thera-LINK Screen Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie thera-LINK Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name thera-LINK Screen Sharing thera-LINK Screen Sharing
ID geoohggdjcimdjilhhnoolpblkbgnagb
Offizielle URL https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb
Beschreibung Allows you to share your screen using thera-LINK.
Dateigröße 38.35 KB
Installationsanzahl 416
Aktuelle Version 1.0
Letztes Update 2017-08-10
Veröffentlichungsdatum 2017-08-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://thera-link.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.thera-link.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}