TeachHoot Screen Sharing
This extension is developed primarily for TeachHoot classroom screen sharing functionality.
Cos'è TeachHoot Screen Sharing?
TeachHoot Screen Sharing è un'estensione di Chrome sviluppata da teachhoot, e la sua funzione principale è "This extension is developed primarily for TeachHoot classroom screen sharing functionality.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TeachHoot Screen Sharing
Scarica i file di estensione TeachHoot 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
Only for TeachHoot virtual classroom screen sharing functionality.
Informazioni di Base sull'Estensione
Nome | |
ID | goapckpidegmgkkcdkepmodfgpafhhce |
URL Ufficiale | https://chrome.google.com/webstore/detail/teachhoot-screen-sharing/goapckpidegmgkkcdkepmodfgpafhhce |
Descrizione | This extension is developed primarily for TeachHoot classroom screen sharing functionality. |
Dimensione del File | 16.67 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-07-21 |
Data di Pubblicazione | 2018-07-21 |
Sviluppatore | teachhoot |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TeachHoot Screen Sharing", "author": "TeachHoot, Inc.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "40", "description": "This extension is developed primarily for TeachHoot classroom screen sharing functionality.", "homepage_url": "https:\/\/www.teachhoot.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/www.teachhoot.com\/*", "https:\/\/137.117.245.112:1443\/*", "https:\/\/localhost:44390\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture", "audioCapture" ] } |