Click to call with Linphone

Detect numbers on page and convert them to sip with params

Click to call with Linphone là gì?

Click to call with Linphone là một tiện ích mở rộng Chrome được phát triển bởi appscre10fi, và tính năng chính của nó là "Detect numbers on page and convert them to sip with params".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Click to call with Linphone

Tải xuống các tệp mở rộng Click to call with Linphone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Click to call with Linphone Click to call with Linphone
ID fnidkdfjahchalbdbgcedgdphiaecalm
URL Chính Thức https://chromewebstore.google.com/detail/click-to-call-with-linpho/fnidkdfjahchalbdbgcedgdphiaecalm
Mô tả Detect numbers on page and convert them to sip with params
Kích Thước Tệp 53.78 KB
Số Lần Cài Đặt 274
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-03-06
Ngày Phát Hành 2021-03-06
Nhà Phát Triển appscre10fi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cre10fi.fr/
URL Trang Chính Sách Bảo Mật https://www.cre10fi.fr/mentions-legales
Ngôn Ngữ Được Hỗ Trợ 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"
}