VoiSmart Social Chat

Enhanced browser support for VoiSmart Social Chat

Wat is VoiSmart Social Chat?

VoiSmart Social Chat is een Chrome-extensie ontwikkeld door develop, en de belangrijkste functie is "Enhanced browser support for VoiSmart Social Chat".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VoiSmart Social Chat

Download VoiSmart Social Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Enhanced browser support for VoiSmart Social Chat                    

Basisinformatie over de Extensie

Naam VoiSmart Social Chat VoiSmart Social Chat
ID dapnjppagigkdklehjnihbflmgkpbapm
Officiële URL https://chromewebstore.google.com/detail/voismart-social-chat/dapnjppagigkdklehjnihbflmgkpbapm
Beschrijving Enhanced browser support for VoiSmart Social Chat
Bestandsgrootte 9.89 KB
Aantal Installaties 4,166
Huidige Versie 1.1
Laatst Bijgewerkt 2016-12-13
Publicatiedatum 2016-12-13
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar develop
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        "*:\/\/*\/*"
    ]
}