Real Softphone

Enable click-to-call from Chrome (with Real Softphone)

¿Qué es Real Softphone?

Real Softphone es una extensión de Chrome desarrollada por https://www.realsoftphone.com, y su función principal es "Enable click-to-call from Chrome (with Real Softphone)".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Real Softphone

Descarga archivos de extensión Real Softphone 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

                        Real Softphone Chrome Extension provides Click-to-Call functionality to the Real Softphone app (for Chrome WebRTC and Windows).


Enjoy the experience of mobility with the Real Softphone.
The freedom of taking your home or business phone service with you on the go.

The Real Softphone is easy to use and works great as an extension to your home or business phone service.

Check out the great features of the Real Softphone:

* Background support, with status bar notification (check email or do other tasks while on a call)

* Bluetooth (headset) support

* Detailed call history

* ... and more!


The Real Softphone can be used exclusively with:
  * VoIP Much Phone Company
  * VBuzzer
  * 5 Buck Phone Company                    

Información Básica de la Extensión

Nombre Real Softphone Real Softphone
ID ppojkpckimecefpcdjlplajeecdnafan
URL Oficial https://chrome.google.com/webstore/detail/real-softphone/ppojkpckimecefpcdjlplajeecdnafan
Descripción Enable click-to-call from Chrome (with Real Softphone)
Tamaño del Archivo 21.4 KB
Cantidad de Instalaciones 490
Versión Actual 2.22
Última Actualización 2021-11-03
Fecha de Publicación 2020-06-20
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador https://www.realsoftphone.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.realsoftphone.com
URL de la Página de Ayuda https://support.realsoftphone.com/Main/
URL de la Página de Política de Privacidad https://www.realsoftphone.com/privacy-policy.asp
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "image-to-grayscale.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "intercept.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "ipc-bridge.js"
            ],
            "matches": [
                "https:\/\/real.cloudsoftphone.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Enable click-to-call from Chrome (with Real Softphone)",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Real Softphone",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "2.22",
    "web_accessible_resources": [
        "ipc-bridge-init.js",
        "icon.png"
    ]
}