VoiceBoxer
Easy event access and share your screen with VoiceBoxer.
O que é VoiceBoxer?
VoiceBoxer é uma extensão do Chrome desenvolvida por https://voiceboxer.com, e sua principal característica é "Easy event access and share your screen with VoiceBoxer.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VoiceBoxer
Baixe arquivos de extensão VoiceBoxer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | VoiceBoxer |
ID | iadackpapgmlgnccolmghgmfknehappk |
URL Oficial | https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk |
Descrição | Easy event access and share your screen with VoiceBoxer. |
Tamanho do Arquivo | 595 KB |
Contagem de Instalações | 406 |
Versão Atual | 2.0.0 |
Última Atualização | 2016-06-23 |
Data de Publicação | 2016-06-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://voiceboxer.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } } |