Real Softphone

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

Co je Real Softphone?

Real Softphone je rozšíření Chrome vyvinuté https://www.realsoftphone.com, a jeho hlavní funkcí je „Enable click-to-call from Chrome (with Real Softphone)“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Real Softphone

Stáhněte si soubory rozšíření Real Softphone ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Real Softphone Real Softphone
ID ppojkpckimecefpcdjlplajeecdnafan
Oficiální URL https://chrome.google.com/webstore/detail/real-softphone/ppojkpckimecefpcdjlplajeecdnafan
Popis Enable click-to-call from Chrome (with Real Softphone)
Velikost souboru 21.4 KB
Počet instalací 490
Aktuální Verze 2.22
Poslední Aktualizace 2021-11-03
Datum Vydání 2020-06-20
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://www.realsoftphone.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.realsoftphone.com
URL Stránky Nápovědy https://support.realsoftphone.com/Main/
URL Stránky Zásad Ochrany Soukromí https://www.realsoftphone.com/privacy-policy.asp
Podporované Jazyky 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"
    ]
}