Switchvox Screen Sharing for Switchboard
Enables screen-sharing for chrome in the switchboard
Cos'è Switchvox Screen Sharing for Switchboard?
Switchvox Screen Sharing for Switchboard è un'estensione di Chrome sviluppata da Digium, Inc., e la sua funzione principale è "Enables screen-sharing for chrome in the switchboard".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Switchvox Screen Sharing for Switchboard
Scarica i file di estensione Switchvox Screen Sharing for Switchboard 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
This extension is for Switchvox users, and makes it possible to share your desktop computer screen in the Switchboard.
Informazioni di Base sull'Estensione
Nome | Switchvox Screen Sharing for Switchboard |
ID | odnmjffmhmkbebhofkmeeejdbcofiejc |
URL Ufficiale | https://chromewebstore.google.com/detail/switchvox-screen-sharing/odnmjffmhmkbebhofkmeeejdbcofiejc |
Descrizione | Enables screen-sharing for chrome in the switchboard |
Dimensione del File | 4.03 KB |
Conteggio Installazioni | 884 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2018-10-24 |
Data di Pubblicazione | 2018-10-24 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Digium, Inc. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Switchvox Screen Sharing for Switchboard", "description": "Enables screen-sharing for chrome in the switchboard", "version": "0.0.2", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "desktopCapture", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |