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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Canned Responses Pro for Jira拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
    ]
}