VoiceBoxer
Easy event access and share your screen with VoiceBoxer.
Co to jest VoiceBoxer?
VoiceBoxer to rozszerzenie Chrome opracowane przez https://voiceboxer.com, a jego główną funkcją jest „Easy event access and share your screen with VoiceBoxer.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VoiceBoxer
Pobierz pliki rozszerzeń VoiceBoxer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | VoiceBoxer |
ID | iadackpapgmlgnccolmghgmfknehappk |
Oficjalny URL | https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk |
Opis | Easy event access and share your screen with VoiceBoxer. |
Rozmiar pliku | 595 KB |
Liczba instalacji | 406 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2016-06-23 |
Data Publikacji | 2016-06-23 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://voiceboxer.com |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } } |