TypeGenie for Zendesk

Boost productivity with AI-powered autocomplete.

什麼是TypeGenie for Zendesk?

TypeGenie for Zendesk是由https://www.typegenie.net開發的Chrome擴展程式,該擴展的主要功能是“Boost productivity with AI-powered autocomplete.”。

擴展截圖

screenshot
screenshot

下載TypeGenie for Zendesk擴展crx文件

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

擴展使用說明

                        A typical support team can spend up to 50% of their time typing.

TypeGenie improves the efficiency of your Zendesk customer service team by offering agents AI-powered sentence completions as they type.

World’s top support teams use TypeGenie to:
➤ Respond at record speed
➤ Reduce average handling time
➤ Keep every sentence on consistent brand tone.

TypeGenie is used by companies across industries, from The O2 Arena and NA-KD, to Oura ring and SendCloud.

TypeGenie is based on deep learning technology:
➤ Completions are relevant and personalised,
➤ The system is self-learning, and
➤ TypeGenie works across languages.

“Your agents will not want to work without it!” - Bram, Business Operations at Sendcloud

“Be aware, it's addictive - once you start using it, you feel like you have no hands when writing a support reply without TypeGenie's help!” - Nela, Support Team at Spendee

START SAVING TIME, TODAY!
➤ CLICK “ADD TO CHROME”
➤ We build you a custom machine learning model (takes a few days)
➤ Start using completions in Zendesk! Yes, it’s that simple

Or, if you’d like more information or a demo, see www.typegenie.net or email us at [email protected]                    

擴展基本資訊

名稱 TypeGenie for Zendesk TypeGenie for Zendesk
ID nfobgnbegdmblmlicigodlmaicopjmjb
官方網址 https://chromewebstore.google.com/detail/typegenie-for-zendesk/nfobgnbegdmblmlicigodlmaicopjmjb
簡介 Boost productivity with AI-powered autocomplete.
檔案大小 1.78 MB
安裝次數 1,765
目前版本 1.3.35
更新時間 2024-01-24
上架時間 2020-05-06
評分 5.00/5 共 22 次評分
開發者 https://www.typegenie.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.typegenie.net/
隱私政策頁面URL https://www.typegenie.net/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TypeGenie for Zendesk",
    "short_name": "TypeGenie",
    "description": "Boost productivity with AI-powered autocomplete.",
    "version": "1.3.35",
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png",
            "600": "icon.png"
        },
        "default_title": "TypeGenie for Zendesk",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*.typegenie.net\/*",
        "https:\/\/*.typegenie.net\/*",
        "http:\/\/*.trueai.io\/*",
        "https:\/\/*.trueai.io\/*",
        "http:\/\/*.zendesk.com\/*",
        "https:\/\/*.zendesk.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zendesk.com\/*"
            ],
            "js": [
                "popup.js",
                "content.js"
            ],
            "css": [
                "css\/popup.css",
                "css\/macros.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "icon.png",
        "background.js.map",
        "content.js.map",
        "popup.js.map"
    ],
    "manifest_version": 2
}