Tenfold Click To Dial Extension

Tenfold Click To Dial Extension

Tenfold Click To Dial Extensionคืออะไร?

Tenfold Click To Dial Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tenfold.com และคุณลักษณะหลักของมันคือ "Tenfold Click To Dial Extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tenfold Click To Dial Extension

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

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

                        Tenfold is a cloud first, real-time integration platform of Best-In-Class customer engagement technology.  We empower global sales and service teams to better serve customers at the point of interaction. We work collaboratively with our customers to provide a seamless turn-key integration that becomes a single-point of access for agents across the voice channel and CRM.

We make data valuable and help companies operationalize A.I. through intelligent ‘no touch’ data capture and streamlined workflows, while mitigating technical and business risk.

Tenfold is designed to integrate seamlessly with the most popular CRMs and phone systems, including Salesforce, Microsoft Dynamics, SugarCRM, Avaya, Cisco, and Genesys to name a few.

This chrome extension enables click to dial on phone numbers in the Google Chrome browser for Tenfold customers using the Tenfold Desktop Application. Users should install this chrome extension when leveraging the Tenfold Desktop Application.                    

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

ชื่อ Tenfold Click To Dial Extension Tenfold Click To Dial Extension
ID bognplbhhbknginpafchallgjaloakfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tenfold-click-to-dial-ext/bognplbhhbknginpafchallgjaloakfc
คำอธิบาย Tenfold Click To Dial Extension
ขนาดไฟล์ 3.27 MB
จำนวนการติดตั้ง 1,074
เวอร์ชันปัจจุบัน 5.21.0
อัปเดตครั้งล่าสุด 2023-06-12
วันที่เผยแพร่ 2020-06-29
ผู้พัฒนา https://www.tenfold.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tenfold.com
URL หน้าช่วยเหลือ https://tenfold.com/support-center
URL หน้านโยบายความเป็นส่วนตัว https://www.tenfold.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.21.0",
    "name": "Tenfold Click To Dial Extension",
    "short_name": "Tenfold CE",
    "manifest_version": 3,
    "description": "Tenfold Click To Dial Extension",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Open Tenfold App",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "match_about_blank": true,
            "js": [
                "ctdContent.js"
            ],
            "css": [
                "ctdStyles.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static-assets",
                "\/ctdInit.js",
                "\/fonts\/*.ttf",
                "\/fonts\/*.woff2",
                "\/fonts\/*.eot",
                "\/img\/*.svg",
                "\/img\/*.png",
                "\/imgs\/*.svg",
                "\/imgs\/*.png",
                "\/locale\/*.json",
                "\/parsers\/*.js",
                "\/sounds\/*.wav",
                "shared\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "notifications",
        "storage",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src ws:\/\/localhost:* http:\/\/127.0.0.1:* https:\/\/*.googleapis.com https:\/\/*.tenfold.com wss:\/\/*.tenfold.com https:\/\/*.firebaseio.com wss:\/\/*.firebaseio.com; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' 'unsafe-inline' 'unsafe-eval' data: chrome-extension:; font-src 'self' data: https:\/\/*.gstatic.com; frame-src 'self' https:\/\/*.googleapis.com https:\/\/*.firebaseio.com"
    }
}