Klaus

Give feedback on your customer support conversations.

什么是Klaus?

Klaus是由Klaus开发的Chrome扩展程序,该扩展的主要功能是“Give feedback on your customer support conversations.”。

扩展截图

screenshot

下载Klaus扩展crx文件

下载Klaus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hypergrowth companies use Klaus’ customer service quality management platform to run an effective QA process, coach agents and boost customer retention.
Use our Chrome extension to review conversations in any online environment, track received ratings and feedback.                    

扩展基本信息

名称 Klaus Klaus
ID eienihkhapninadhneligjdemdpkakme
官方URL https://chromewebstore.google.com/detail/klaus/eienihkhapninadhneligjdemdpkakme
简介 Give feedback on your customer support conversations.
文件大小 841 KB
安装次数 4,671
当前版本 2.2.1
更新时间 2024-02-28
上架时间 2022-10-14
评分 5.00/5 共5次评分
开发者 Klaus
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.klausapp.com
帮助页面URL https://www.klausapp.com/#chat
隐私政策页面URL https://www.klausapp.com/privacy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Klaus",
    "manifest_version": 3,
    "description": "Give feedback on your customer support conversations.",
    "action": {
        "default_title": "Klaus",
        "default_icon": "icons\/gray\/icon-48x48.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.klausapp.com\/*",
            "https:\/\/*.klausapp-staging.com\/*"
        ]
    },
    "icons": {
        "48": "icons\/icon-48x48.png",
        "72": "icons\/icon-72x72.png",
        "96": "icons\/icon-96x96.png",
        "128": "icons\/icon-128x128.png",
        "144": "icons\/icon-144x144.png",
        "152": "icons\/icon-152x152.png",
        "192": "icons\/icon-192x192.png",
        "384": "icons\/icon-384x384.png",
        "512": "icons\/icon-512x512.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/content\/index.js"
            ],
            "css": [
                "styles\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html",
                "js\/iframe.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": "Ctrl+Shift+K"
        }
    },
    "version": "2.2.1",
    "customVariables": {
        "appDomain": "kibbles.klausapp.com",
        "sentry": "https:\/\/[email protected]\/1461347"
    }
}