Real Softphone

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

Wat is Real Softphone?

Real Softphone is een Chrome-extensie ontwikkeld door https://www.realsoftphone.com, en de belangrijkste functie is "Enable click-to-call from Chrome (with Real Softphone)".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Real Softphone

Download Real Softphone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Real Softphone Real Softphone
ID ppojkpckimecefpcdjlplajeecdnafan
Officiële URL https://chrome.google.com/webstore/detail/real-softphone/ppojkpckimecefpcdjlplajeecdnafan
Beschrijving Enable click-to-call from Chrome (with Real Softphone)
Bestandsgrootte 21.4 KB
Aantal Installaties 490
Huidige Versie 2.22
Laatst Bijgewerkt 2021-11-03
Publicatiedatum 2020-06-20
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.realsoftphone.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.realsoftphone.com
Help Pagina-URL https://support.realsoftphone.com/Main/
URL van de Privacybeleid Pagina https://www.realsoftphone.com/privacy-policy.asp
Ondersteunde Talen 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"
    ]
}