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 هو إضافة Chrome تم تطويرها بواسطة appscre10fi، والميزة الرئيسية لها هي "Detect numbers on page and convert them to sip with params".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Click to call with Linphone

قم بتنزيل ملفات الامتداد Click to call with Linphone بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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"
}