TypeGenie for Zendesk Chat

Boost productivity with AI-powered autocomplete.

TypeGenie for Zendesk Chat क्या है?

TypeGenie for Zendesk Chat https://www.typegenie.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost productivity with AI-powered autocomplete."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TypeGenie for Zendesk Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        TypeGenie for Zendesk Chat and Messaging.

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

TypeGenie greatly 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 highly 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 Chat TypeGenie for Zendesk Chat
ID kndnolkfdfpinfkbnjicimdlecdjnnnb
आधिकारिक URL https://chromewebstore.google.com/detail/typegenie-for-zendesk-cha/kndnolkfdfpinfkbnjicimdlecdjnnnb
विवरण Boost productivity with AI-powered autocomplete.
फ़ाइल का आकार 1.95 MB
स्थापना संख्या 198
वर्तमान संस्करण 0.1.19
अंतिम अपडेट 2024-01-25
प्रकाशन तिथि 2020-07-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर 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 Chat",
    "short_name": "TypeGenie",
    "description": "Boost productivity with AI-powered autocomplete.",
    "version": "0.1.19",
    "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 Chat",
        "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": [
                "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
}