Voxeet Native Extension

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

Τι είναι το Voxeet Native Extension;

Το Voxeet Native Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.voxeet.com, και η κύρια λειτουργία του είναι "Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound".

Λήψη αρχείου CRX της επέκτασης Voxeet Native Extension

Λήψη αρχείων επέκτασης Voxeet Native Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Voxeet Native Extension Voxeet Native Extension
ID hfjabegcniilgpdphodghnfmkgomjfkn
Επίσημο URL https://chromewebstore.google.com/detail/voxeet-native-extension/hfjabegcniilgpdphodghnfmkgomjfkn
Περιγραφή Experience True Voice surround sound quality and powerful collaboration tools that let your business move at the speed of sound
Μέγεθος Αρχείου 16.23 KB
Αριθμός Εγκαταστάσεων 21
Τρέχουσα Έκδοση 0.6
Τελευταία Ενημέρωση 2018-09-04
Ημερομηνία Δημοσίευσης 2018-09-04
Προγραμματιστής https://www.voxeet.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.voxeet.com/eula
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}