Voxeet Native Extension
Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Wat is Voxeet Native Extension?
Voxeet Native Extension is een Chrome-extensie ontwikkeld door https://www.voxeet.com, en de belangrijkste functie is "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".
Download het CRX-bestand van de extensie Voxeet Native Extension
Download Voxeet Native Extension-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
Basisinformatie over de Extensie
Naam | Voxeet Native Extension |
ID | hfjabegcniilgpdphodghnfmkgomjfkn |
Officiële URL | https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn |
Beschrijving | Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound |
Bestandsgrootte | 16.23 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2018-09-04 |
Publicatiedatum | 2018-09-04 |
Ontwikkelaar | https://www.voxeet.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://www.voxeet.com/eula |
Ondersteunde Talen | 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" } ] } |