thera-LINK Screen Sharing

Allows you to share your screen using thera-LINK.

Vad är thera-LINK Screen Sharing?

thera-LINK Screen Sharing är en Chrome-tillägg utvecklad av https://thera-link.com, och dess huvudfunktion är "Allows you to share your screen using thera-LINK.".

Tilläggsskärmbilder

screenshot

Ladda ner thera-LINK Screen Sharing-förlängningens CRX-fil

Ladda ner thera-LINK Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn thera-LINK Screen Sharing thera-LINK Screen Sharing
ID geoohggdjcimdjilhhnoolpblkbgnagb
Officiell webbadress https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb
Beskrivning Allows you to share your screen using thera-LINK.
Filstorlek 38.35 KB
Antal Installationer 416
Aktuell Version 1.0
Senast Uppdaterad 2017-08-10
Publiceringsdatum 2017-08-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://thera-link.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.thera-link.com/privacy-policy
Stödda Språk 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"
    ]
}