VoiSmart Social Chat

Enhanced browser support for VoiSmart Social Chat

Cos'è VoiSmart Social Chat?

VoiSmart Social Chat è un'estensione di Chrome sviluppata da develop, e la sua funzione principale è "Enhanced browser support for VoiSmart Social Chat".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VoiSmart Social Chat

Scarica i file di estensione VoiSmart Social Chat 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

                        Enhanced browser support for VoiSmart Social Chat                    

Informazioni di Base sull'Estensione

Nome VoiSmart Social Chat VoiSmart Social Chat
ID dapnjppagigkdklehjnihbflmgkpbapm
URL Ufficiale https://chromewebstore.google.com/detail/voismart-social-chat/dapnjppagigkdklehjnihbflmgkpbapm
Descrizione Enhanced browser support for VoiSmart Social Chat
Dimensione del File 9.89 KB
Conteggio Installazioni 4,166
Versione Corrente 1.1
Ultimo Aggiornamento 2016-12-13
Data di Pubblicazione 2016-12-13
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore develop
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VoiSmart Social Chat",
    "short_name": "VoiSmartChat",
    "version": "1.1",
    "minimum_chrome_version": "50",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "idle",
        "tabs",
        "storage",
        "alarms",
        "*:\/\/*\/*"
    ]
}