VoiSmart Social Chat
Enhanced browser support for VoiSmart Social Chat
Qu'est-ce que VoiSmart Social Chat ?
VoiSmart Social Chat est une extension Chrome développée par develop, et sa fonction principale est "Enhanced browser support for VoiSmart Social Chat".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VoiSmart Social Chat
Téléchargez les fichiers d'extension VoiSmart Social Chat 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
Enhanced browser support for VoiSmart Social Chat
Informations de Base sur l'Extension
Nom | VoiSmart Social Chat |
ID | dapnjppagigkdklehjnihbflmgkpbapm |
URL Officiel | https://chromewebstore.google.com/detail/voismart-social-chat/dapnjppagigkdklehjnihbflmgkpbapm |
Description | Enhanced browser support for VoiSmart Social Chat |
Taille du Fichier | 9.89 KB |
Nombre d'Installations | 4,166 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-12-13 |
Date de Publication | 2016-12-13 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | develop |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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", "*:\/\/*\/*" ] } |