GoFAST Screensharing with Jitsi meet
Jitsi Meet screensharing for GoFAST.
Cos'è GoFAST Screensharing with Jitsi meet?
GoFAST Screensharing with Jitsi meet è un'estensione di Chrome sviluppata da http://ceo-vision.com, e la sua funzione principale è "Jitsi Meet screensharing for GoFAST.".
Scarica il file CRX dell'estensione GoFAST Screensharing with Jitsi meet
Scarica i file di estensione GoFAST Screensharing with Jitsi meet 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
Screensharing extention for gofast.ceo-vision.com
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | jkcppmhhohjbdglckdmfjpdacnefepom |
URL Ufficiale | https://chrome.google.com/webstore/detail/gofast-screensharing-with/jkcppmhhohjbdglckdmfjpdacnefepom |
Descrizione | Jitsi Meet screensharing for GoFAST. |
Dimensione del File | 4.16 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 0.1.7 |
Ultimo Aggiornamento | 2017-08-30 |
Data di Pubblicazione | 2017-08-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://ceo-vision.com |
Tipo di Pagamento | free |
Lingue Supportate | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoFAST Screensharing with Jitsi meet", "description": "Jitsi Meet screensharing for GoFAST.", "version": "0.1.7", "minimum_chrome_version": "34", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/gofast-comm.ceo-vision.com\/*" ] } } |