JIRA Clippy

Copy jira issues to your clipboard as 'CLC-999 - Description + URL'

What is JIRA Clippy?

JIRA Clippy is a Chrome extension developed by christianvuerings, and its main feature is "Copy jira issues to your clipboard as 'CLC-999 - Description + URL'".

Extension Screenshots

screenshot

Download JIRA Clippy Extension CRX File

Download JIRA Clippy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name JIRA Clippy JIRA Clippy
ID ngpeembgljjbbgeejlcbaddnnejjkhkj
Official URL https://chromewebstore.google.com/detail/jira-clippy/ngpeembgljjbbgeejlcbaddnnejjkhkj
Description Copy jira issues to your clipboard as 'CLC-999 - Description + URL'
File Size 9.31 KB
Installation Count 304
Current Version 0.0.5
Last Updated 2014-08-15
Publish Date 2014-08-15
Rating 4.50/5 Total 6 Ratings
Developer christianvuerings
Email [email protected]
Payment Type free
Extension Website https://github.com/christianv/jira-clippy
Help Page URL https://github.com/christianv/jira-clippy/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRA Clippy",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Copy jira issues to your clipboard as 'CLC-999 - Description + URL'",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "32": "jira-clippy-logo-32.png",
        "64": "jira-clippy-logo-64.png",
        "128": "jira-clippy-logo-128.png"
    },
    "permissions": [
        "tabs",
        "background",
        "clipboardWrite"
    ],
    "page_action": {
        "default_icon": "jira-clippy-logo-32.png",
        "default_title": "Copy",
        "default_popup": "popup.html"
    }
}