Real Softphone

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

什么是Real Softphone?

Real Softphone是由https://www.realsoftphone.com开发的Chrome扩展程序,该扩展的主要功能是“Enable click-to-call from Chrome (with Real Softphone)”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Real Softphone扩展crx文件

下载Real Softphone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Real Softphone Real Softphone
ID ppojkpckimecefpcdjlplajeecdnafan
官方URL https://chrome.google.com/webstore/detail/real-softphone/ppojkpckimecefpcdjlplajeecdnafan
简介 Enable click-to-call from Chrome (with Real Softphone)
文件大小 21.4 KB
安装次数 490
当前版本 2.22
更新时间 2021-11-03
上架时间 2020-06-20
评分 3.00/5 共2次评分
开发者 https://www.realsoftphone.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.realsoftphone.com
帮助页面URL https://support.realsoftphone.com/Main/
隐私政策页面URL https://www.realsoftphone.com/privacy-policy.asp
支持的语言 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"
    ]
}