VoiceBoxer
Easy event access and share your screen with VoiceBoxer.
Cos'è VoiceBoxer?
VoiceBoxer è un'estensione di Chrome sviluppata da https://voiceboxer.com, e la sua funzione principale è "Easy event access and share your screen with VoiceBoxer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VoiceBoxer
Scarica i file di estensione VoiceBoxer 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
VoiceBoxer is a multilingual web platform for presentations and webinars that lets you reach an audience in any language. Are you delivering webinars or online presentations to a multilingual audience? Want to engage your global markets in their own language? Use VoiceBoxer. We help you speak to the world. VoiceBoxer has many uses – Webinars – Online Training – Stakeholder Updates – Virtual Meetings – Online Conferences We can show you how VoiceBoxer helps your webinar, web presentation, virtual meeting, or online conference reach your global, multilingual audience. Visit us at http://voiceboxer.com
Informazioni di Base sull'Estensione
Nome | VoiceBoxer |
ID | iadackpapgmlgnccolmghgmfknehappk |
URL Ufficiale | https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk |
Descrizione | Easy event access and share your screen with VoiceBoxer. |
Dimensione del File | 595 KB |
Conteggio Installazioni | 406 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2016-06-23 |
Data di Pubblicazione | 2016-06-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://voiceboxer.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VoiceBoxer", "description": "Easy event access and share your screen with VoiceBoxer.", "version": "2.0.0", "manifest_version": 2, "icons": { "16": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "http:\/\/localhost:8080\/*", "https:\/\/*.voiceboxer.com\/*" ] } } |