ip2phone Click To Call

integration of click2call for all webpages

ip2phone Click To Callคืออะไร?

ip2phone Click To Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "integration of click2call for all webpages"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ip2phone Click To Call

ดาวน์โหลดไฟล์ส่วนขยาย ip2phone Click To Call ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension Click2Call IP2PHONE
Click-to-Call Directly from any website.

IP2PHONE Click2Call extension makes easy to place calls to our customer. It identifies any phone number in a webpage, parse it and with a click, you can call this number. 

Using our services based on Elastix server,  you save time and effort by reducing your manual work. You make calls faster, produce more seamless dialing.

With this plugin installed, call directly from your CRM,  Helpdesk or any website on internet.


How it works : 

The user makes a list of websites. On these websites, the plugin applies a regex in order to detecting the phone number. After the detection, the phone number is changed to clicked button. A click on this button sends a call to the user’s phone configured on our server at ip2phone

At any time, the user can disabled the IP2PHONE Click2Call extension and the website recovers its initial state.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ip2phone Click To Call ip2phone Click To Call
ID ioinlcmkkofhaaoeoibcplpkkjhhkbjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ip2phone-click-to-call/ioinlcmkkofhaaoeoibcplpkkjhhkbjj
คำอธิบาย integration of click2call for all webpages
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 420
เวอร์ชันปัจจุบัน 0.3.6
อัปเดตครั้งล่าสุด 2022-09-13
วันที่เผยแพร่ 2014-12-28
ผู้พัฒนา admin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ip2phone.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ip2phone Click To Call",
    "description": "integration of click2call for all webpages",
    "version": "0.3.6",
    "manifest_version": 2,
    "homepage_url": "http:\/\/ip2phone.net\/",
    "short_name": "ip2phone click2call for all web applications",
    "background": {
        "scripts": [
            "lib\/jquery-2.1.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-2.1.1.min.js",
                "main.js"
            ]
        }
    ],
    "options_page": "op.html",
    "icons": {
        "128": "logo.png",
        "16": "logo.png"
    },
    "web_accessible_resources": [
        "logo.png"
    ]
}