CXone Agent Click-to-Dial

CXone Agent Click to Dial Extension

Was ist CXone Agent Click-to-Dial?

CXone Agent Click-to-Dial ist eine Chrome-Erweiterung, die von agentupdates entwickelt wurde, und ihr Hauptmerkmal ist "CXone Agent Click to Dial Extension".

Erweiterungsscreenshots

screenshot

CXone Agent Click-to-Dial-Erweiterungs-CRX-Datei herunterladen

Laden Sie CXone Agent Click-to-Dial-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        NICE inContact Click-to-Dial Extension makes placing calls effortless for Agents. This extension converts +E164 phone numbers into clickable links that allow seamless dialing from any webpage using the NICE CXone Agent application.                    

Grundlegende Informationen zur Erweiterung

Name CXone Agent Click-to-Dial CXone Agent Click-to-Dial
ID anehaijgfhlkchmihoaklaimlclnomag
Offizielle URL https://chromewebstore.google.com/detail/cxone-agent-click-to-dial/anehaijgfhlkchmihoaklaimlclnomag
Beschreibung CXone Agent Click to Dial Extension
Dateigröße 231 KB
Installationsanzahl 447
Aktuelle Version 1.0.9
Letztes Update 2024-01-05
Veröffentlichungsdatum 2022-11-15
Entwickler agentupdates
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://niceincontact.com
Hilfeseite URL https://help.nicecxone.com
URL der Datenschutzrichtlinien-Seite https://www.nice.com/company/legal/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CXone Agent Click-to-Dial",
    "description": "CXone Agent Click to Dial Extension",
    "version": "1.0.9",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/images\/cxoneLogo.png",
        "48": "assets\/images\/cxoneLogo.png",
        "128": "assets\/images\/cxoneLogo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "CXone Click to Dial",
        "default_icon": "assets\/images\/cxoneLogo.png"
    },
    "optional_permissions": [
        "system.cpu",
        "system.memory"
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png",
                "assets\/images\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/cxagent.nicecxone-dev.com\/*",
            "https:\/\/cxagent.nicecxone-test.com\/*",
            "https:\/\/cxagent.nicecxone-staging.com\/*",
            "https:\/\/cxagent.nicecxone.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjj0a9lUw63\/8qLsI9hMCRB\/Pl\/Gm3FyonkczFhJfZVASCVLB40\/DZA1ZQNXvKMNNTjeFyIiCHyT94r00eAW7l2u6vd1GFxRUaOsMfPAlR8VoT3JWa4+neahTyVhVqHBRE+7Gk25\/Ycf\/InPlLIuLASZgXBXSxk6bsv0ePZgJjK+p3er0pCTTVRIiHt77cMmd1Kz017WftC0pUta36kI7jFqYRpkgqqzTF6DMqNMiECWCtrobl1Eomtox+lXWuSJ4PgHuWxPlEXH7ceUTanA25dDF9OHKxH8TvFqGL677XxGPTwCOMCRMQvjoOI9S\/HPX1nb9EOWaOfzdj3P4e3e53QIDAQAB"
}