Voxeet Native Extension

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

Co je Voxeet Native Extension?

Voxeet Native Extension je rozšíření Chrome vyvinuté https://www.voxeet.com, a jeho hlavní funkcí je „Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound“.

Stáhnout soubor CRX rozšíření Voxeet Native Extension

Stáhněte si soubory rozšíření Voxeet Native Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Voxeet Native Extension Voxeet Native Extension
ID hfjabegcniilgpdphodghnfmkgomjfkn
Oficiální URL https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn
Popis Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Velikost souboru 16.23 KB
Počet instalací 21
Aktuální Verze 0.6
Poslední Aktualizace 2018-09-04
Datum Vydání 2018-09-04
Vývojář https://www.voxeet.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.voxeet.com/eula
Podporované Jazyky 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"
        }
    ]
}