thera-LINK Screen Sharing
Allows you to share your screen using thera-LINK.
Cos'è thera-LINK Screen Sharing?
thera-LINK Screen Sharing è un'estensione di Chrome sviluppata da https://thera-link.com, e la sua funzione principale è "Allows you to share your screen using thera-LINK.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione thera-LINK Screen Sharing
Scarica i file di estensione thera-LINK Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | geoohggdjcimdjilhhnoolpblkbgnagb |
URL Ufficiale | https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb |
Descrizione | Allows you to share your screen using thera-LINK. |
Dimensione del File | 38.35 KB |
Conteggio Installazioni | 416 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-08-10 |
Data di Pubblicazione | 2017-08-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://thera-link.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.thera-link.com/privacy-policy |
Lingue Supportate | 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" ] } |