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คืออะไร?
Canned Responses Pro for Jira เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spartez และคุณลักษณะหลักของมันคือ "Companion extension for Canned Responses Pro for Jira Cloud add-on. Integrates with original comment field."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canned Responses Pro for Jira
ดาวน์โหลดไฟล์ส่วนขยาย Canned Responses Pro for Jira ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Canned Responses Pro for Jira |
ID | abiklfpogpkkcelofcplnokkehjgmchc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/canned-responses-pro-for/abiklfpogpkkcelofcplnokkehjgmchc |
คำอธิบาย | Companion extension for Canned Responses Pro for Jira Cloud add-on. Integrates with original comment field. |
ขนาดไฟล์ | 7.88 MB |
จำนวนการติดตั้ง | 9,291 |
เวอร์ชันปัจจุบัน | 2.7.1 |
อัปเดตครั้งล่าสุด | 2024-02-19 |
วันที่เผยแพร่ | 2020-03-12 |
คะแนน | 3.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Spartez |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://marketplace.atlassian.com/plugins/com.spartez.jira.plugins.commenttemplates/cloud/overview |
URL หน้าช่วยเหลือ | https://spartez-software.atlassian.net/servicedesk/customer/portal/9 |
ภาษาที่รองรับ | 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" ] } |