thera-LINK Screen Sharing

Allows you to share your screen using thera-LINK.

Qu'est-ce que thera-LINK Screen Sharing ?

thera-LINK Screen Sharing est une extension Chrome développée par https://thera-link.com, et sa fonction principale est "Allows you to share your screen using thera-LINK.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension thera-LINK Screen Sharing

Téléchargez les fichiers d'extension thera-LINK Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom thera-LINK Screen Sharing thera-LINK Screen Sharing
ID geoohggdjcimdjilhhnoolpblkbgnagb
URL Officiel https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb
Description Allows you to share your screen using thera-LINK.
Taille du Fichier 38.35 KB
Nombre d'Installations 416
Version Actuelle 1.0
Dernière Mise à Jour 2017-08-10
Date de Publication 2017-08-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://thera-link.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.thera-link.com/privacy-policy
Langues Prises en Charge 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"
    ]
}