Star2Star Contact Center Click to Dial

This Chrome extension detects phone numbers on web pages and enables click to dial via Star2Star Contact Center Agent Panel.

Star2Star Contact Center Click to Dialคืออะไร?

Star2Star Contact Center Click to Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Star2Star Communications และคุณลักษณะหลักของมันคือ "This Chrome extension detects phone numbers on web pages and enables click to dial via Star2Star Contact Center Agent Panel."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star2Star Contact Center Click to Dial

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

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

                        You must have Star2Star Service Insight or Contact Center service in order to use this browser extension.

User Guide available at https://knowledge.star2star.com/kb/2964

Terms of Use available at http://www.star2star.com/applications-terms-of-use                    

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

ชื่อ Star2Star Contact Center Click to Dial Star2Star Contact Center Click to Dial
ID cccdlkiofhlmhgolbcoknhekebabcoga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/star2star-contact-center/cccdlkiofhlmhgolbcoknhekebabcoga
คำอธิบาย This Chrome extension detects phone numbers on web pages and enables click to dial via Star2Star Contact Center Agent Panel.
ขนาดไฟล์ 88.35 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 2.0.23
อัปเดตครั้งล่าสุด 2022-07-28
วันที่เผยแพร่ 2021-07-21
ผู้พัฒนา Star2Star Communications
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.star2star.com
URL หน้าช่วยเหลือ https://knowledge.star2star.com/kb/2964
URL หน้านโยบายความเป็นส่วนตัว https://s2s-support-files.s3.amazonaws.com/legal/star2star-communications-llc-privacy-policies.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Star2Star Contact Center Click to Dial",
    "description": "This Chrome extension detects phone numbers on web pages and enables click to dial via Star2Star Contact Center Agent Panel.",
    "version": "2.0.23",
    "icons": {
        "16": "img\/s2scc-icon16.png",
        "48": "img\/s2scc-icon48.png",
        "128": "img\/s2scc-icon128.png"
    },
    "action": {
        "default_icon": "img\/s2scc-icon.png",
        "default_popup": "config.html",
        "default_title": "Star2Star Contact Center Click to Dial Settings"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.starcenter.star2star.com\/*",
        "https:\/\/*.starcenter.star2star.net\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "clickToCall.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}