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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Companion extension for Canned Responses Pro for Jira Cloud add-on. Integrates with original comment field."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Canned Responses Pro for Jira एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}