UC Dialer

Integration powered by UC Dialer

UC Dialerคืออะไร?

UC Dialer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Development Team และคุณลักษณะหลักของมันคือ "Integration powered by UC Dialer"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UC Dialer

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

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

                        UC Dialer is a multifunctional chrome extension, that enables dialing from web pages
and screen pops in over 50 Web and CRM applications.
 
Click-to-Call is also known as Click2Call, or Click-to-Dial allows a person to click an
object to request an immediate connection - typically via phone call.
 
UC Dialer extension converts phone numbers on web pages into clickable links to allow
quick dialing and integrates with various CRMs and Service Desk applications. Full
CRM integration makes this extension different from other systems.
 
Also the UC Dialer extension supports caller identification (screen pops) to search for
and open records automatically for note taking, account lookup and review before the
call in answered.
 
You will require a service account from your telephone service provider that supports UC Dialer to work with this extension.                    

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

ชื่อ UC Dialer UC Dialer
ID cgjnmcdgibjkkonhanmgpjgjokjpjafe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/uc-dialer/cgjnmcdgibjkkonhanmgpjgjokjpjafe
คำอธิบาย Integration powered by UC Dialer
ขนาดไฟล์ 273 KB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 0.17.05
อัปเดตครั้งล่าสุด 2022-10-29
วันที่เผยแพร่ 2020-04-02
ผู้พัฒนา Development Team
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UC Dialer",
    "description": "Integration powered by UC Dialer",
    "short_name": "UC Dialer",
    "version": "0.17.05",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "html\/login.html",
                "html\/dashboard.html"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}