SMS VOIP

Call center

SMS VOIP là gì?

SMS VOIP là một tiện ích mở rộng Chrome được phát triển bởi smsassist312, và tính năng chính của nó là "Call center".

Ả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 SMS VOIP

Tải xuống các tệp mở rộng SMS VOIP 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

                        This is a chrome extension developed for SMS Assist located in Chicago of USA, Which is developed for their operation managers to make a call by clicking any telephone number on webpage. This is a separated application of VOIP which is a web telephone system of SMS Assist, only the operation managers who signed in the VOIP system have the authority to use it.                    

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

Tên SMS VOIP SMS VOIP
ID fgmjdedafjnlbdepogjbnijbmpjiafmi
URL Chính Thức https://chrome.google.com/webstore/detail/sms-voip/fgmjdedafjnlbdepogjbnijbmpjiafmi
Mô tả Call center
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.05
Cập Nhật Lần Cuối 2018-03-16
Ngày Phát Hành 2018-03-16
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển smsassist312
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SMS VOIP",
    "description": "Call center",
    "version": "1.05",
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "icons": {
        "16": ".\/icon\/16.ico",
        "48": ".\/icon\/48.ico",
        "128": ".\/icon\/128.ico"
    },
    "browser_action": {
        "default_icon": ".\/icon\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}