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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect numbers on page and convert them to sip with params"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Click to call with Linphone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}