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은(는) Spartez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Companion extension for Canned Responses Pro for Jira Cloud add-on. Integrates with original comment field."입니다.
확장 프로그램 스크린샷
Canned Responses Pro for Jira 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |