Voxeet Native Extension

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

Qu'est-ce que Voxeet Native Extension ?

Voxeet Native Extension est une extension Chrome développée par https://www.voxeet.com, et sa fonction principale est "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".

Télécharger le fichier CRX de l'extension Voxeet Native Extension

Téléchargez les fichiers d'extension Voxeet Native Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Voxeet Native Extension Voxeet Native Extension
ID hfjabegcniilgpdphodghnfmkgomjfkn
URL Officiel 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
Taille du Fichier 16.23 KB
Nombre d'Installations 21
Version Actuelle 0.6
Dernière Mise à Jour 2018-09-04
Date de Publication 2018-09-04
Développeur https://www.voxeet.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.voxeet.com/eula
Langues Prises en Charge 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"
        }
    ]
}