Jira Work Management

Create tasks easily with Jira Work Management

Qu'est-ce que Jira Work Management ?

Jira Work Management est une extension Chrome développée par https://atlassian.com, et sa fonction principale est "Create tasks easily with Jira Work Management".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Jira Work Management

Téléchargez les fichiers d'extension Jira Work Management au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Jira Work Management Jira Work Management
ID eilakfdlgblfhmgelnodnalfhbeagelb
URL Officiel https://chromewebstore.google.com/detail/jira-work-management/eilakfdlgblfhmgelnodnalfhbeagelb
Description Create tasks easily with Jira Work Management
Taille du Fichier 10.67 MB
Nombre d'Installations 39,157
Version Actuelle 1.1.51
Dernière Mise à Jour 2024-01-31
Date de Publication 2022-01-13
Évaluation 2.70/5 Total 30 Évaluations
Développeur https://atlassian.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.atlassian.com/software/jira/work-management
URL de la Page d'Aide https://support.atlassian.com/jira-work-management/
URL de la Page de Politique de Confidentialité https://www.atlassian.com/legal/privacy-policy
Langues Prises en Charge 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:\/\/*\/"
    ]
}