Klaus

Give feedback on your customer support conversations.

Wat is Klaus?

Klaus is een Chrome-extensie ontwikkeld door Klaus, en de belangrijkste functie is "Give feedback on your customer support conversations.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Klaus

Download Klaus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Klaus Klaus
ID eienihkhapninadhneligjdemdpkakme
Officiële URL https://chromewebstore.google.com/detail/klaus/eienihkhapninadhneligjdemdpkakme
Beschrijving Give feedback on your customer support conversations.
Bestandsgrootte 841 KB
Aantal Installaties 4,671
Huidige Versie 2.2.1
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2022-10-14
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Klaus
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.klausapp.com
Help Pagina-URL https://www.klausapp.com/#chat
URL van de Privacybeleid Pagina https://www.klausapp.com/privacy
Ondersteunde Talen 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"
    }
}