Voxeet Native Extension

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

Hvad er Voxeet Native Extension?

Voxeet Native Extension er en Chrome-udvidelse udviklet af https://www.voxeet.com, og dens hovedfunktion er "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".

Download Voxeet Native Extension-udvidelses-CRX-fil

Download Voxeet Native Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Voxeet Native Extension Voxeet Native Extension
ID hfjabegcniilgpdphodghnfmkgomjfkn
Officiel URL https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn
Beskrivelse Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Filstørrelse 16.23 KB
Antal Installationer 21
Nuværende Version 0.6
Senest Opdateret 2018-09-04
Udgivelsesdato 2018-09-04
Udvikler https://www.voxeet.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://www.voxeet.com/eula
Understøttede Sprog 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"
        }
    ]
}