VoiceBoxer
Easy event access and share your screen with VoiceBoxer.
什麼是VoiceBoxer?
VoiceBoxer是由https://voiceboxer.com開發的Chrome擴展程式,該擴展的主要功能是“Easy event access and share your screen with VoiceBoxer.”。
擴展截圖
下載VoiceBoxer擴展crx文件
下載VoiceBoxer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | VoiceBoxer |
ID | iadackpapgmlgnccolmghgmfknehappk |
官方網址 | https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk |
簡介 | Easy event access and share your screen with VoiceBoxer. |
檔案大小 | 595 KB |
安裝次數 | 406 |
目前版本 | 2.0.0 |
更新時間 | 2016-06-23 |
上架時間 | 2016-06-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://voiceboxer.com |
付費類型 | free |
支援的語言 | 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\/*" ] } } |