Keeping | The Original Help Desk for Gmail™
Keeping turns your Gmail into a help desk. Manage customer support from Gmail.
Keeping | The Original Help Desk for Gmail™ là gì?
Keeping | The Original Help Desk for Gmail™ là một tiện ích mở rộng Chrome được phát triển bởi https://www.keeping.com, và tính năng chính của nó là "Keeping turns your Gmail into a help desk. Manage customer support from Gmail.".
Ả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 Keeping | The Original Help Desk for Gmail™
Tải xuống các tệp mở rộng Keeping | The Original Help Desk for Gmail™ 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
Manage customer support from Gmail. Keeping is a Gmail extension that turns your Gmail inbox into a help desk. It’s the ideal solution for teams and businesses of all sizes to deliver better customer support without having to use an external help desk. ★ ADD COLLABORATION TO GMAIL & LET EVERYONE IN YOUR TEAM ANSWER SUPPORT EMAILS TOGETHER For excellent customer service, your entire team should be involved. Keeping lets everyone in your team receive, respond to and assign support emails directly from within their own mailbox. All support emails get shared and responses are automatically synchronized, to avoid double work. No more Cc’s, Bcc’s, Forwards and emails that get lost. ★ SPEND LESS TIMES ANSWERING SUPPORT EMAILS There’s no bigger drain on productivity than being forced to type the same replies over and over again. When a new support email comes in, Keeping™ automatically suggests possible responses based on previous answers. ★ IMPROVE CUSTOMER SUPPORT Keeping™ lets you measure important metrics so that you can improve how well you assist customers over time. See how many support inquiries you’ve received and how quickly you’ve responded. Drill down by date and monitor your team’s performance. AND MUCH MORE... Learn about Keeping by visiting https://www.keeping.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Keeping | The Original Help Desk for Gmail™ |
ID | mhmcjokmjcnjmlmmbaopcgkbomfdlpcn |
URL Chính Thức | https://chromewebstore.google.com/detail/keeping-the-original-help/mhmcjokmjcnjmlmmbaopcgkbomfdlpcn |
Mô tả | Keeping turns your Gmail into a help desk. Manage customer support from Gmail. |
Kích Thước Tệp | 943 KB |
Số Lần Cài Đặt | 3,876 |
Phiên Bản Hiện Tại | 6.2.12 |
Cập Nhật Lần Cuối | 2024-03-03 |
Ngày Phát Hành | 2020-04-30 |
Đánh Giá | 4.03/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | https://www.keeping.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.keeping.com |
URL Trang Trợ Giúp | https://www.keeping.com/help |
URL Trang Chính Sách Bảo Mật | https://app.keeping.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAozx8UDF6sIw\/+qKuJZz6w1WYFA8TKWP6uR5t4R3XRYpWdYz\/Z0K2yw4zbigt88Kt3aFzVXBXvaKW3l2m8nSwjSBDTWrL4i\/uVFr0xJPfwGk66gzkN+9nQ\/NTcrGgoa+Y6MxSWO4S7S1BQs6EmxCNI+4fI6s5fKLSU8JeDxJH8GewXpso2FNOk4QvMtbMMJd1ifc8S8PyNWsdEj041eBeCGT3OveXYgDfY3wZd3+NMJUWTor\/FbwRIZG9+htLPN3yaHOLEoltBa\/RLA2L\/W48zX9Wls9rSP6goxC6MZfV67NvTF81DLdTt9xB3id1iXHhOgqUKEstTChzflfdCP4QYwIDAQAB", "name": "Keeping | The Original Help Desk for Gmail\u2122", "description": "Keeping turns your Gmail into a help desk. Manage customer support from Gmail.", "version": "6.2.12", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "19": "images\/icon48.png" }, "default_title": "Keeping" }, "host_permissions": [ "https:\/\/mail.google.com\/" ], "content_scripts": [ { "all_frames": false, "js": [ "content_script.js" ], "matches": [ "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "permissions": [ "scripting" ], "web_accessible_resources": [ { "resources": [ "images\/*.*", "pageWorld.js", "css\/app.css", "gmail_context_app.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "oauth2": { "client_id": "418721513778-fkpeppu760ctndad0k550evj02fad58k.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "background": { "service_worker": "background.js", "type": "module" } } |