Jira Work Management

Create tasks easily with Jira Work Management

What is Jira Work Management?

Jira Work Management is a Chrome extension developed by https://atlassian.com, and its main feature is "Create tasks easily with Jira Work Management".

Extension Screenshots

screenshot
screenshot
screenshot

Download Jira Work Management Extension CRX File

Download Jira Work Management 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

                        Move projects forward without switching tabs: the Jira Work Management Chrome Extension lets you create action items on any webpage. 

HOW IT WORKS
Create a task from anywhere
Assign it to the right teammate and project
Add a helpful description
Drop in an attachment, like a quick screenshot or a link
Open your project for the full picture

Pro tip: Grab the corner of your Jira Work Management window to move it around your screen.

From customizable views to powerful automations, Jira Work Management is your business team's new favorite work tool.                    

Extension Basic Information

Name Jira Work Management Jira Work Management
ID eilakfdlgblfhmgelnodnalfhbeagelb
Official URL https://chromewebstore.google.com/detail/jira-work-management/eilakfdlgblfhmgelnodnalfhbeagelb
Description Create tasks easily with Jira Work Management
File Size 10.67 MB
Installation Count 39,157
Current Version 1.1.51
Last Updated 2024-01-31
Publish Date 2022-01-13
Rating 2.70/5 Total 30 Ratings
Developer https://atlassian.com
Email [email protected]
Payment Type free
Extension Website https://www.atlassian.com/software/jira/work-management
Help Page URL https://support.atlassian.com/jira-work-management/
Privacy Policy Page URL https://www.atlassian.com/legal/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jira Work Management",
    "description": "Create tasks easily with Jira Work Management",
    "manifest_version": 2,
    "version": "1.1.51",
    "icons": {
        "16": "production-Logo.png",
        "48": "production-Logo.png",
        "128": "production-Logo.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "production-Logo.png",
            "48": "production-Logo.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "iframe.html",
        "atlaskit.module.css",
        "\/chunks\/*",
        "*.js",
        "*.js.map"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+J",
                "mac": "MacCtrl+Shift+J"
            }
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "cookies",
        "storage",
        "https:\/\/*\/"
    ]
}