VoiceBoxer
Easy event access and share your screen with VoiceBoxer.
Wat is VoiceBoxer?
VoiceBoxer is een Chrome-extensie ontwikkeld door https://voiceboxer.com, en de belangrijkste functie is "Easy event access and share your screen with VoiceBoxer.".
Extensie Screenshots
Download het CRX-bestand van de extensie VoiceBoxer
Download VoiceBoxer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | VoiceBoxer |
ID | iadackpapgmlgnccolmghgmfknehappk |
Officiële URL | https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk |
Beschrijving | Easy event access and share your screen with VoiceBoxer. |
Bestandsgrootte | 595 KB |
Aantal Installaties | 406 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2016-06-23 |
Publicatiedatum | 2016-06-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://voiceboxer.com |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |