thera-LINK Screen Sharing

Allows you to share your screen using thera-LINK.

Co je thera-LINK Screen Sharing?

thera-LINK Screen Sharing je rozšíření Chrome vyvinuté https://thera-link.com, a jeho hlavní funkcí je „Allows you to share your screen using thera-LINK.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření thera-LINK Screen Sharing

Stáhněte si soubory rozšíření thera-LINK Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název thera-LINK Screen Sharing thera-LINK Screen Sharing
ID geoohggdjcimdjilhhnoolpblkbgnagb
Oficiální URL https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb
Popis Allows you to share your screen using thera-LINK.
Velikost souboru 38.35 KB
Počet instalací 416
Aktuální Verze 1.0
Poslední Aktualizace 2017-08-10
Datum Vydání 2017-08-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://thera-link.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.thera-link.com/privacy-policy
Podporované Jazyky 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"
    ]
}