Canned Responses Pro for Jira
Companion extension for Canned Responses Pro for Jira Cloud add-on. Integrates with original comment field.
Canned Responses Pro for Jira là gì?
Canned Responses Pro for Jira là một tiện ích mở rộng Chrome được phát triển bởi Spartez, và tính năng chính của nó là "Companion extension for Canned Responses Pro for Jira Cloud add-on. Integrates with original comment field.".
Ả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 Canned Responses Pro for Jira
Tải xuống các tệp mở rộng Canned Responses Pro for Jira 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
Companion extension for Canned Responses app. The extension allows you to use Canned Responses templates in: ✅ the original Jira comment field on the issue view; ✅ dialogs, e.g., “Resolve issue,” “Edit issue,” or “Respond to customer”; ✅ bulk actions to comment and transition issues on the Queues page. Add this extension to your browser and enjoy better integration of Canned Responses app with Jira Cloud! ______________ Canned Responses app boosts the productivity of Agents in JiraService Management. Dynamic templates, customizable signatures, and automated actions for more efficient service desk teams. Learn more here: https://marketplace.atlassian.com/apps/1211016/canned-responses-pro-templates-for-jira?tab=overview&hosting=cloud
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Canned Responses Pro for Jira |
ID | abiklfpogpkkcelofcplnokkehjgmchc |
URL Chính Thức | https://chromewebstore.google.com/detail/canned-responses-pro-for/abiklfpogpkkcelofcplnokkehjgmchc |
Mô tả | Companion extension for Canned Responses Pro for Jira Cloud add-on. Integrates with original comment field. |
Kích Thước Tệp | 7.88 MB |
Số Lần Cài Đặt | 9,291 |
Phiên Bản Hiện Tại | 2.7.1 |
Cập Nhật Lần Cuối | 2024-02-19 |
Ngày Phát Hành | 2020-03-12 |
Đánh Giá | 3.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Spartez |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://marketplace.atlassian.com/plugins/com.spartez.jira.plugins.commenttemplates/cloud/overview |
URL Trang Trợ Giúp | https://spartez-software.atlassian.net/servicedesk/customer/portal/9 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canned Responses Pro for Jira", "short_name": "Canned Responses", "description": "Companion extension for Canned Responses Pro for Jira Cloud add-on. Integrates with original comment field.", "version": "2.7.1", "icons": { "128": "ct-logo.png" }, "browser_action": { "default_icon": "ct-logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*", "https:\/\/*.jira.com\/*", "https:\/\/*\/jira\/*", "https:\/\/*\/plugins\/servlet\/*", "https:\/\/*\/issues\/*", "https:\/\/*\/secure\/*", "https:\/\/*\/browse\/*" ], "css": [], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "content.js", "autocompletion.worker.js" ] } |