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ファイルをダウンロード

Click to call with Linphone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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