Klaus
Give feedback on your customer support conversations.
Klaus là gì?
Klaus là một tiện ích mở rộng Chrome được phát triển bởi Klaus, và tính năng chính của nó là "Give feedback on your customer support conversations.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Klaus
Tải xuống các tệp mở rộng Klaus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Klaus |
ID | eienihkhapninadhneligjdemdpkakme |
URL Chính Thức | https://chromewebstore.google.com/detail/klaus/eienihkhapninadhneligjdemdpkakme |
Mô tả | Give feedback on your customer support conversations. |
Kích Thước Tệp | 841 KB |
Số Lần Cài Đặt | 4,671 |
Phiên Bản Hiện Tại | 2.2.1 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2022-10-14 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Klaus |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.klausapp.com |
URL Trang Trợ Giúp | https://www.klausapp.com/#chat |
URL Trang Chính Sách Bảo Mật | https://www.klausapp.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |