Klaus

Give feedback on your customer support conversations.

Klausคืออะไร?

Klaus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Klaus และคุณลักษณะหลักของมันคือ "Give feedback on your customer support conversations."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Klaus

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}