Click to call with Linphone

Detect numbers on page and convert them to sip with params

Click to call with Linphone란 무엇입니까?

Click to call with Linphone은(는) appscre10fi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detect numbers on page and convert them to sip with params"입니다.

확장 프로그램 스크린샷

screenshot

Click to call with Linphone 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Example: Phone 0123456789, use sip with params - sip:$NUMBER@YOURSIPPROVIDER?method=call
phone number on web page will replace to link - 0123456789.
When user click on this link - will run Linphone (or other Soft Phone) and call to client with number 0123456789.

Don't forget replace sip4.w3tel.net to your sip provider (hoster).

Is not official extension for Linphone.                    

확장 프로그램 기본 정보

이름 Click to call with Linphone Click to call with Linphone
ID fnidkdfjahchalbdbgcedgdphiaecalm
공식 URL https://chromewebstore.google.com/detail/click-to-call-with-linpho/fnidkdfjahchalbdbgcedgdphiaecalm
설명 Detect numbers on page and convert them to sip with params
파일 크기 53.78 KB
설치 횟수 274
현재 버전 0.0.2
최근 업데이트 2021-03-06
출시 날짜 2021-03-06
개발자 appscre10fi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cre10fi.fr/
개인정보 보호 정책 페이지 URL https://www.cre10fi.fr/mentions-legales
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "header.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to call with Linphone"
    },
    "content_scripts": [
        {
            "js": [
                "header.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com",
    "description": "Detect numbers on page and convert them to sip with params",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Click to call with Linphone",
    "version": "0.0.2"
}