Deepdesk

Deepdesk Autocomplete and Next Message Suggestions right above your message field.

什麼是Deepdesk?

Deepdesk是由Deepdesk開發的Chrome擴展程式,該擴展的主要功能是“Deepdesk Autocomplete and Next Message Suggestions right above your message field.”。

擴展截圖

screenshot
screenshot

下載Deepdesk擴展crx文件

下載Deepdesk擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Install Deepdesk to enable reply suggestions, autocomplete and much more in LivePersons' LiveEngage and Clarabridge Engage. 

Deepdesk is your AI customer support automation platform that understands conversations, enables repetitive processes automation and helps in creating satisfied customers with a number of smart features that assist agents in their job.

Increase typing speed by 50% with the deployment of autocomplete and realtime message suggestions to your contact center.

We provide unique personalised suggestions specific to your own agents style and your customers history: retaining the personal touch for delighting customers.

Interested in using Deepdesk in LivePersons' LiveEngage or Clarabridge Engage? Please get in touch, we'll make it happen. Learn more at www.deepdesk.com                    

擴展基本資訊

名稱 Deepdesk Deepdesk
ID hjdmbhjhcbljokakbbpcnjeoppohgeke
官方網址 https://chromewebstore.google.com/detail/deepdesk/hjdmbhjhcbljokakbbpcnjeoppohgeke
簡介 Deepdesk Autocomplete and Next Message Suggestions right above your message field.
檔案大小 248 KB
安裝次數 740
目前版本 4.6.7
更新時間 2024-02-15
上架時間 2020-06-03
評分 5.00/5 共 1 次評分
開發者 Deepdesk
電子郵箱 [email protected]
付費類型 free
擴展官網 https:///deepdesk.com
說明頁面URL https://deepdesk.com/contact
隱私政策頁面URL https://deepdesk.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deepdesk",
    "manifest_version": 3,
    "version": "4.6.7",
    "description": "Deepdesk Autocomplete and Next Message Suggestions right above your message field.",
    "web_accessible_resources": [
        {
            "resources": [
                "\/plugin.js"
            ],
            "matches": [
                "https:\/\/*.le.liveperson.net\/*",
                "https:\/\/app.engagor.com\/*",
                "https:\/\/*.trailblaze.lightning.force.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/*.my.salesforce.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.coosto.com\/*",
                "https:\/\/*.anywhere365.io\/*",
                "https:\/\/dynamics.microsoft.com\/*",
                "https:\/\/*.crm.dynamics.com\/*",
                "https:\/\/*.crm1.dynamics.com\/*",
                "https:\/\/*.crm2.dynamics.com\/*",
                "https:\/\/*.crm3.dynamics.com\/*",
                "https:\/\/*.crm4.dynamics.com\/*",
                "https:\/\/*.crm5.dynamics.com\/*",
                "https:\/\/*.crm6.dynamics.com\/*",
                "https:\/\/*.crm7.dynamics.com\/*",
                "https:\/\/*.crm8.dynamics.com\/*",
                "https:\/\/*.crm9.dynamics.com\/*",
                "https:\/\/*.crm10.dynamics.com\/*",
                "https:\/\/*.crm11.dynamics.com\/*",
                "https:\/\/*.crm.microsoftdynamics.de\/*",
                "https:\/\/*.mypurecloud.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src-elem 'self'"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "platform_script.js"
            ],
            "matches": [
                "https:\/\/*.le.liveperson.net\/*",
                "https:\/\/app.engagor.com\/*",
                "https:\/\/*.trailblaze.lightning.force.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/*.my.salesforce.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.coosto.com\/*",
                "https:\/\/*.anywhere365.io\/*",
                "https:\/\/dynamics.microsoft.com\/*",
                "https:\/\/*.crm.dynamics.com\/*",
                "https:\/\/*.crm1.dynamics.com\/*",
                "https:\/\/*.crm2.dynamics.com\/*",
                "https:\/\/*.crm3.dynamics.com\/*",
                "https:\/\/*.crm4.dynamics.com\/*",
                "https:\/\/*.crm5.dynamics.com\/*",
                "https:\/\/*.crm6.dynamics.com\/*",
                "https:\/\/*.crm7.dynamics.com\/*",
                "https:\/\/*.crm8.dynamics.com\/*",
                "https:\/\/*.crm9.dynamics.com\/*",
                "https:\/\/*.crm10.dynamics.com\/*",
                "https:\/\/*.crm11.dynamics.com\/*",
                "https:\/\/*.crm.microsoftdynamics.de\/*",
                "https:\/\/*.mypurecloud.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}