SIP Phone

SIP Phone is a WebRTC client.

SIP Phone란 무엇입니까?

SIP Phone은(는) Ghanshyam Katriya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SIP Phone is a WebRTC client."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SIP Phone 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SIP Phone works using WebRTC & SIP protocol.

You can use it in place of Soft(VoIP) phone.

Please refer below link for more details about Features & How to use.

https://github.com/anshkatriya/sipphone                    

확장 프로그램 기본 정보

이름 SIP Phone SIP Phone
ID eeffaijobgkgngjemggokhbjfmhklcmi
공식 URL https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi
설명 SIP Phone is a WebRTC client.
파일 크기 1.05 MB
설치 횟수 4,600
현재 버전 0.3.1
최근 업데이트 2020-09-16
출시 날짜 2020-06-21
평점 2.33/5 총 6 개의 평점
개발자 Ghanshyam Katriya
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://ghanshyam.xyz
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SIP Phone",
    "manifest_version": 2,
    "version": "0.3.1",
    "author": "Ghanshyam Katriya ([email protected])",
    "description": "SIP Phone is a WebRTC client.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "ext_icons\/19.png",
            "38": "ext_icons\/38.png"
        },
        "default_popup": "index.html",
        "default_title": "SIP Phone"
    },
    "options_page": "config.html",
    "icons": {
        "16": "ext_icons\/16.png",
        "48": "ext_icons\/48.png",
        "128": "ext_icons\/128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}