Add Copy Button to Jira Software

This is an extension that adds a copy button to each screen for "Issue Title", "URL", "Issue ID", etc. in Jira Software.

Add Copy Button to Jira Software क्या है?

Add Copy Button to Jira Software umesan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension that adds a copy button to each screen for "Issue Title", "URL", "Issue ID", etc. in Jira Software."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Add Copy Button to Jira Software एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is an extension that adds a copy button to each screen for "Issue Title", "URL", "Issue ID", etc. in Jira Software.

・Issue Details Screen
・Board's "Active Sprint" screen
・Board's "Backlog" screen                    

एक्सटेंशन की मूल जानकारी

नाम Add Copy Button to Jira Software Add Copy Button to Jira Software
ID bnkbkbkakhgcifahkcebfendjniblelf
आधिकारिक URL https://chromewebstore.google.com/detail/add-copy-button-to-jira-s/bnkbkbkakhgcifahkcebfendjniblelf
विवरण This is an extension that adds a copy button to each screen for "Issue Title", "URL", "Issue ID", etc. in Jira Software.
फ़ाइल का आकार 115 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-02-02
प्रकाशन तिथि 2023-01-11
डेवलपर umesan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add Copy Button to Jira Software",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "ja",
    "options_page": "pages\/options.html",
    "permissions": [
        "storage"
    ],
    "action": [],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.ts.088a4960.f5c03259.js"
            ],
            "matches": [
                "https:\/\/*.atlassian.net\/jira\/*",
                "https:\/\/*.atlassian.net\/browse\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/main.ts.6495e552.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*",
                "https:\/\/*.atlassian.net\/*"
            ],
            "resources": [
                "assets\/constants.a5268efc.js",
                "assets\/main.ts.088a4960.js"
            ],
            "use_dynamic_url": true
        }
    ]
}