Voxeet Native Extension

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

Apa itu Voxeet Native Extension?

Voxeet Native Extension adalah ekstensi Chrome yang dikembangkan oleh https://www.voxeet.com, dan fitur utamanya adalah "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".

Unduh Berkas CRX Ekstensi Voxeet Native Extension

Unduh file ekstensi Voxeet Native Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Voxeet Native Extension Voxeet Native Extension
ID hfjabegcniilgpdphodghnfmkgomjfkn
URL Resmi https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn
Deskripsi Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Ukuran File 16.23 KB
Jumlah Instalasi 21
Versi Saat Ini 0.6
Terakhir Diperbarui 2018-09-04
Tanggal Publikasi 2018-09-04
Pengembang https://www.voxeet.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.voxeet.com/eula
Bahasa yang Didukung 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"
        }
    ]
}