Klaus

Give feedback on your customer support conversations.

Klaus क्या है?

Klaus Klaus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Give feedback on your customer support conversations."।

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

screenshot

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

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

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

                        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"
    }
}