SMS VOIP

Call center

¿Qué es SMS VOIP?

SMS VOIP es una extensión de Chrome desarrollada por smsassist312, y su función principal es "Call center".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SMS VOIP

Descarga archivos de extensión SMS VOIP en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SMS VOIP SMS VOIP
ID fgmjdedafjnlbdepogjbnijbmpjiafmi
URL Oficial https://chrome.google.com/webstore/detail/sms-voip/fgmjdedafjnlbdepogjbnijbmpjiafmi
Descripción Call center
Tamaño del Archivo 152 KB
Cantidad de Instalaciones 32
Versión Actual 1.05
Última Actualización 2018-03-16
Fecha de Publicación 2018-03-16
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador smsassist312
Tipo de Pago free
Idiomas Soportados 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
        }
    ]
}