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
Eメール [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"
    ]
}