Voxeet Native Extension
Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Vad är Voxeet Native Extension?
Voxeet Native Extension är en Chrome-tillägg utvecklad av https://www.voxeet.com, och dess huvudfunktion är "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".
Ladda ner Voxeet Native Extension-förlängningens CRX-fil
Ladda ner Voxeet Native Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Voxeet Native Extension |
ID | hfjabegcniilgpdphodghnfmkgomjfkn |
Officiell webbadress | https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn |
Beskrivning | Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound |
Filstorlek | 16.23 KB |
Antal Installationer | 21 |
Aktuell Version | 0.6 |
Senast Uppdaterad | 2018-09-04 |
Publiceringsdatum | 2018-09-04 |
Utvecklare | https://www.voxeet.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://www.voxeet.com/eula |
Stödda Språk | 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" } ] } |