Voxeet Native Extension

Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound

O que é Voxeet Native Extension?

Voxeet Native Extension é uma extensão do Chrome desenvolvida por https://www.voxeet.com, e sua principal característica é "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".

Baixar o arquivo CRX da Extensão Voxeet Native Extension

Baixe arquivos de extensão Voxeet Native Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Voxeet Native Extension Voxeet Native Extension
ID hfjabegcniilgpdphodghnfmkgomjfkn
URL Oficial https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn
Descrição Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Tamanho do Arquivo 16.23 KB
Contagem de Instalações 21
Versão Atual 0.6
Última Atualização 2018-09-04
Data de Publicação 2018-09-04
Desenvolvedor https://www.voxeet.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.voxeet.com/eula
Idiomas Suportados 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"
        }
    ]
}