Voxeet Native Extension
Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
¿Qué es Voxeet Native Extension?
Voxeet Native Extension es una extensión de Chrome desarrollada por https://www.voxeet.com, y su función principal es "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".
Descargar Archivo CRX de la Extensión Voxeet Native Extension
Descarga archivos de extensión Voxeet Native Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | Voxeet Native Extension |
ID | hfjabegcniilgpdphodghnfmkgomjfkn |
URL Oficial | https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn |
Descripción | Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound |
Tamaño del Archivo | 16.23 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 0.6 |
Última Actualización | 2018-09-04 |
Fecha de Publicación | 2018-09-04 |
Desarrollador | https://www.voxeet.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://www.voxeet.com/eula |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voxeet Native Extension", "version": "0.6", "description": "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound", "permissions": [ "nativeMessaging", "activeTab", "tabs" ], "icons": { "64": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.voxeet.com\/*", "*:\/\/*.voxeet.io\/*" ], "js": [ "content-scripts.js" ], "run_at": "document_start" } ] } |