VoiSmart Social Chat
Enhanced browser support for VoiSmart Social Chat
What is VoiSmart Social Chat?
VoiSmart Social Chat is a Chrome extension developed by develop, and its main feature is "Enhanced browser support for VoiSmart Social Chat".
Extension Screenshots
Download VoiSmart Social Chat Extension CRX File
Download VoiSmart Social Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enhanced browser support for VoiSmart Social Chat
Extension Basic Information
Name | VoiSmart Social Chat |
ID | dapnjppagigkdklehjnihbflmgkpbapm |
Official URL | https://chromewebstore.google.com/detail/voismart-social-chat/dapnjppagigkdklehjnihbflmgkpbapm |
Description | Enhanced browser support for VoiSmart Social Chat |
File Size | 9.89 KB |
Installation Count | 4,166 |
Current Version | 1.1 |
Last Updated | 2016-12-13 |
Publish Date | 2016-12-13 |
Rating | 3.00/5 Total 2 Ratings |
Developer | develop |
[email protected] | |
Payment Type | free |
Supported Languages | 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", "*:\/\/*\/*" ] } |