Voxeet Native Extension
Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Was ist Voxeet Native Extension?
Voxeet Native Extension ist eine Chrome-Erweiterung, die von https://www.voxeet.com entwickelt wurde, und ihr Hauptmerkmal ist "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".
Voxeet Native Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Voxeet Native Extension-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
Grundlegende Informationen zur Erweiterung
Name | Voxeet Native Extension |
ID | hfjabegcniilgpdphodghnfmkgomjfkn |
Offizielle URL | https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn |
Beschreibung | Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound |
Dateigröße | 16.23 KB |
Installationsanzahl | 21 |
Aktuelle Version | 0.6 |
Letztes Update | 2018-09-04 |
Veröffentlichungsdatum | 2018-09-04 |
Entwickler | https://www.voxeet.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.voxeet.com/eula |
Unterstützte Sprachen | 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" } ] } |