VoiceBoxer
Easy event access and share your screen with VoiceBoxer.
Was ist VoiceBoxer?
VoiceBoxer ist eine Chrome-Erweiterung, die von https://voiceboxer.com entwickelt wurde, und ihr Hauptmerkmal ist "Easy event access and share your screen with VoiceBoxer.".
Erweiterungsscreenshots
VoiceBoxer-Erweiterungs-CRX-Datei herunterladen
Laden Sie VoiceBoxer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | VoiceBoxer |
ID | iadackpapgmlgnccolmghgmfknehappk |
Offizielle URL | https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk |
Beschreibung | Easy event access and share your screen with VoiceBoxer. |
Dateigröße | 595 KB |
Installationsanzahl | 406 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2016-06-23 |
Veröffentlichungsdatum | 2016-06-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://voiceboxer.com |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } } |