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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}