Voxeet Native Extension
Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Что такое Voxeet Native Extension?
Voxeet Native Extension - это расширение Chrome, разработанное https://www.voxeet.com, и его основная функция - "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".
Скачать файл CRX расширения Voxeet Native Extension
Скачайте файлы расширений Voxeet Native Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | Voxeet Native Extension |
ID | hfjabegcniilgpdphodghnfmkgomjfkn |
Официальный URL | https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn |
Описание | Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound |
Размер файла | 16.23 KB |
Количество установок | 21 |
Текущая Версия | 0.6 |
Последнее Обновление | 2018-09-04 |
Дата публикации | 2018-09-04 |
Разработчик | https://www.voxeet.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://www.voxeet.com/eula |
Поддерживаемые языки | 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" } ] } |