c³ Screensharing
Screensharing utility plugin for c³
Cos'è c³ Screensharing?
c³ Screensharing è un'estensione di Chrome sviluppata da Considerate Computing, e la sua funzione principale è "Screensharing utility plugin for c³".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione c³ Screensharing
Scarica i file di estensione c³ Screensharing 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
Extension to enable screen share on c³ (Considerate Conference Calling)
Informazioni di Base sull'Estensione
Nome | c³ Screensharing |
ID | gfbgnhlmialabkencffdjipflcldcioe |
URL Ufficiale | https://chromewebstore.google.com/detail/c%C2%B3-screensharing/gfbgnhlmialabkencffdjipflcldcioe |
Descrizione | Screensharing utility plugin for c³ |
Dimensione del File | 24.68 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2019-07-25 |
Data di Pubblicazione | 2019-07-25 |
Sviluppatore | Considerate Computing |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "c\u00b3 Screensharing", "description": "Screensharing utility plugin for c\u00b3", "version": "0.0.7", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture", "tabs", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*", "https:\/\/cameo-web.herokuapp.com\/*", "https:\/\/cccs-web.herokuapp.com\/*", "https:\/\/c3chat.herokuapp.com\/*", "https:\/\/app.c3.chat\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*", "https:\/\/cameo-web.herokuapp.com\/*", "https:\/\/cccs-web.herokuapp.com\/*", "https:\/\/c3chat.herokuapp.com\/*", "https:\/\/app.c3.chat\/*" ] } } |