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是由https://www.voxeet.com开发的Chrome扩展程序,该扩展的主要功能是“Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound”。

下载Voxeet Native Extension扩展crx文件

下载Voxeet Native Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Voxeet Native Extension 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"
        }
    ]
}