Voxeet Native Extension

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

What is Voxeet Native Extension?

Voxeet Native Extension is a Chrome extension developed by https://www.voxeet.com, and its main feature is "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".

Download Voxeet Native Extension Extension CRX File

Download Voxeet Native Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Voxeet Native Extension Voxeet Native Extension
ID hfjabegcniilgpdphodghnfmkgomjfkn
Official URL https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn
Description Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
File Size 16.23 KB
Installation Count 21
Current Version 0.6
Last Updated 2018-09-04
Publish Date 2018-09-04
Developer https://www.voxeet.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.voxeet.com/eula
Supported Languages 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"
        }
    ]
}