SMS VOIP

Call center

Apa itu SMS VOIP?

SMS VOIP adalah ekstensi Chrome yang dikembangkan oleh smsassist312, dan fitur utamanya adalah "Call center".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SMS VOIP

Unduh file ekstensi SMS VOIP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SMS VOIP SMS VOIP
ID fgmjdedafjnlbdepogjbnijbmpjiafmi
URL Resmi https://chrome.google.com/webstore/detail/sms-voip/fgmjdedafjnlbdepogjbnijbmpjiafmi
Deskripsi Call center
Ukuran File 152 KB
Jumlah Instalasi 32
Versi Saat Ini 1.05
Terakhir Diperbarui 2018-03-16
Tanggal Publikasi 2018-03-16
Penilaian 1.00/5 Total 1 Penilaian
Pengembang smsassist312
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}