Voxeet Native Extension
Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Cos'è Voxeet Native Extension?
Voxeet Native Extension è un'estensione di Chrome sviluppata da https://www.voxeet.com, e la sua funzione principale è "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".
Scarica il file CRX dell'estensione Voxeet Native Extension
Scarica i file di estensione Voxeet Native Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                                             Informazioni di Base sull'Estensione
| Nome |  | 
| ID | hfjabegcniilgpdphodghnfmkgomjfkn | 
| URL Ufficiale | https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn | 
| Descrizione | Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound | 
| Dimensione del File | 16.23 KB | 
| Conteggio Installazioni | 21 | 
| Versione Corrente | 0.6 | 
| Ultimo Aggiornamento | 2018-09-04 | 
| Data di Pubblicazione | 2018-09-04 | 
| Sviluppatore | https://www.voxeet.com | 
| [email protected] | |
| Tipo di Pagamento | free | 
| URL della Pagina della Politica sulla Privacy | http://www.voxeet.com/eula | 
| Lingue Supportate | 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"
        }
    ]
} | |