Screen Share Extension for the Kore App
Screen Share Extension for the Kore App
Cos'è Screen Share Extension for the Kore App?
Screen Share Extension for the Kore App è un'estensione di Chrome sviluppata da https://kore.com, e la sua funzione principale è "Screen Share Extension for the Kore App".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screen Share Extension for the Kore App
Scarica i file di estensione Screen Share Extension for the Kore App 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
Use Kore to collaborate with colleagues. Using Kore's new real time communication features, hop on a call with a co-worker or a group and have a productive meeting from anywhere in the world
Informazioni di Base sull'Estensione
Nome | Screen Share Extension for the Kore App |
ID | faeohamndfhcghnogccaihapbaialcbb |
URL Ufficiale | https://chromewebstore.google.com/detail/screen-share-extension-fo/faeohamndfhcghnogccaihapbaialcbb |
Descrizione | Screen Share Extension for the Kore App |
Dimensione del File | 12.74 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2017-05-04 |
Data di Pubblicazione | 2017-05-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://kore.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Share Extension for the Kore App", "short_name": "kore.ai extension", "description": "Screen Share Extension for the Kore App", "version": "1.3", "manifest_version": 2, "icons": { "128": "kore-logo.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.kore.com\/*", "*:\/\/*.kore.net\/*", "*:\/\/*.kore.ai\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "*:\/\/*.kore.com\/*", "*:\/\/*.kore.net\/*", "*:\/\/*.kore.ai\/*", "desktopCapture", "tabs" ] } |