thera-LINK Screen Sharing
Allows you to share your screen using thera-LINK.
Hvad er thera-LINK Screen Sharing?
thera-LINK Screen Sharing er en Chrome-udvidelse udviklet af https://thera-link.com, og dens hovedfunktion er "Allows you to share your screen using thera-LINK.".
Udvidelsesskærmbilleder
Download thera-LINK Screen Sharing-udvidelses-CRX-fil
Download thera-LINK Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | geoohggdjcimdjilhhnoolpblkbgnagb |
Officiel URL | https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb |
Beskrivelse | Allows you to share your screen using thera-LINK. |
Filstørrelse | 38.35 KB |
Antal Installationer | 416 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-08-10 |
Udgivelsesdato | 2017-08-10 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://thera-link.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.thera-link.com/privacy-policy |
Understøttede Sprog | 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" ] } |