Voxeet Native Extension

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

Co to jest Voxeet Native Extension?

Voxeet Native Extension to rozszerzenie Chrome opracowane przez https://www.voxeet.com, a jego główną funkcją jest „Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound”.

Pobierz plik CRX rozszerzenia Voxeet Native Extension

Pobierz pliki rozszerzeń Voxeet Native Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Voxeet Native Extension Voxeet Native Extension
ID hfjabegcniilgpdphodghnfmkgomjfkn
Oficjalny URL https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn
Opis Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Rozmiar pliku 16.23 KB
Liczba instalacji 21
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2018-09-04
Data Publikacji 2018-09-04
Deweloper https://www.voxeet.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://www.voxeet.com/eula
Obsługiwane Języki 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"
        }
    ]
}