Real Softphone

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

Qu'est-ce que Real Softphone ?

Real Softphone est une extension Chrome développée par https://www.realsoftphone.com, et sa fonction principale est "Enable click-to-call from Chrome (with Real Softphone)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Real Softphone

Téléchargez les fichiers d'extension Real Softphone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Real Softphone Real Softphone
ID ppojkpckimecefpcdjlplajeecdnafan
URL Officiel https://chrome.google.com/webstore/detail/real-softphone/ppojkpckimecefpcdjlplajeecdnafan
Description Enable click-to-call from Chrome (with Real Softphone)
Taille du Fichier 21.4 KB
Nombre d'Installations 490
Version Actuelle 2.22
Dernière Mise à Jour 2021-11-03
Date de Publication 2020-06-20
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://www.realsoftphone.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.realsoftphone.com
URL de la Page d'Aide https://support.realsoftphone.com/Main/
URL de la Page de Politique de Confidentialité https://www.realsoftphone.com/privacy-policy.asp
Langues Prises en Charge 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"
    ]
}