VoiSmart Social Chat

Enhanced browser support for VoiSmart Social Chat

VoiSmart Social Chat là gì?

VoiSmart Social Chat là một tiện ích mở rộng Chrome được phát triển bởi develop, và tính năng chính của nó là "Enhanced browser support for VoiSmart Social Chat".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VoiSmart Social Chat

Tải xuống các tệp mở rộng VoiSmart Social Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Enhanced browser support for VoiSmart Social Chat                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VoiSmart Social Chat VoiSmart Social Chat
ID dapnjppagigkdklehjnihbflmgkpbapm
URL Chính Thức https://chromewebstore.google.com/detail/voismart-social-chat/dapnjppagigkdklehjnihbflmgkpbapm
Mô tả Enhanced browser support for VoiSmart Social Chat
Kích Thước Tệp 9.89 KB
Số Lần Cài Đặt 4,166
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-12-13
Ngày Phát Hành 2016-12-13
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển develop
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        "*:\/\/*\/*"
    ]
}