Klaus
Give feedback on your customer support conversations.
什麼是Klaus?
Klaus是由Klaus開發的Chrome擴展程式,該擴展的主要功能是“Give feedback on your customer support conversations.”。
擴展截圖
下載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 |
ID | eienihkhapninadhneligjdemdpkakme |
官方網址 | 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" } } |