WebRTC SIP Phone with Click2Dial

Click2Call SIP Dialer to make calls from any web page. Indispensable for call centers and any other business.

WebRTC SIP Phone with Click2Dialคืออะไร?

WebRTC SIP Phone with Click2Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sipde.net และคุณลักษณะหลักของมันคือ "Click2Call SIP Dialer to make calls from any web page. Indispensable for call centers and any other business."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebRTC SIP Phone with Click2Dial

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

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

                        WebRTC SIP Phone is extension for send and receive calls using headset and work with any SIP operator who support WebRTC technology. (https://customer.sipde.net/AsteriskWebRTC)
Features:
☆ You can connect to any service provider
☆ Making and receiving phone calls
☆ Shown call rate before making (https://customer.sipde.net/APICheckers)
☆ Shown own account balance directly in Extension (https://customer.sipde.net/APICheckers)
☆ Click to call phone numbers on any web page (available soon)
☆ Receive alerts for incoming phone calls: know instantly who is calling, answer or decline the call
☆ Forward your phone calls to your voicemail or any phone number when you are unavailable or out of place
☆ Call History
☆ Blind Transfer
☆ Attended Transfer
☆ Multi-Party Conference
Updates:
v0.1.4
- MWI and VoiceMail control added
- Initiating of SIP calls is fast now
v0.1.5
- Web services added (custom balance checker and custom rate checker)
- Sending custom http message on answer (https://customer.sipde.net/how-to-CRM)
- Attended transfer works now
v0.1.6
- More convenient and useful settings with prompts
v0.1.7
- Little tweaks
v0.1.8
- Page of feedback and statistics collection added
- Protection from endless registration, so as not to get banned
v0.1.9
- Bug fixed in displaying the answer button on an incoming call
________________________________________________________________________
NOTES
* The notice you see about having access to your history and website data is automatically generated because WebRTC SIP Phone runs on every tab. But it does NOT actually monitor your browsing history or require your personal information to work properly.                    

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

ชื่อ WebRTC SIP Phone with Click2Dial WebRTC SIP Phone with Click2Dial
ID pofkcckikkdhiieipefhkaelgnbdkcib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webrtc-sip-phone-with-cli/pofkcckikkdhiieipefhkaelgnbdkcib
คำอธิบาย Click2Call SIP Dialer to make calls from any web page. Indispensable for call centers and any other business.
ขนาดไฟล์ 4.29 MB
จำนวนการติดตั้ง 593
เวอร์ชันปัจจุบัน 0.1.9
อัปเดตครั้งล่าสุด 2023-03-29
วันที่เผยแพร่ 2021-06-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://sipde.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://customer.sipde.net
URL หน้าช่วยเหลือ https://customer.sipde.net/review_webrtc
URL หน้านโยบายความเป็นส่วนตัว https://customer.sipde.net/policy
ภาษาที่รองรับ en
manifest.json
{
    "author": "Nick Mitin ([email protected])",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "active": true,
        "default_icon": "img\/offline-icon.png",
        "default_popup": "webrtc-index.html",
        "default_title": "WebRTC-Phone"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Click2Call SIP Dialer to make calls from any web page. Indispensable for call centers and any other business.",
    "icons": {
        "128": "img\/sipde-transparent-kub.png",
        "16": "img\/sipde-transparent-kub.png",
        "48": "img\/sipde-transparent-kub.png",
        "64": "img\/offline-icon.png"
    },
    "manifest_version": 2,
    "name": "WebRTC SIP Phone with Click2Dial",
    "options_ui": {
        "page": "config.html"
    },
    "permissions": [
        "background",
        "tabs",
        "cookies",
        "unlimitedStorage",
        "storage",
        "notifications",
        ""
    ],
    "short_name": "WebRTC SIP Phone with Click2Dial",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.9",
    "web_accessible_resources": [
        "*"
    ]
}