Jira Work Management

Create tasks easily with Jira Work Management

Jira Work Managementคืออะไร?

Jira Work Management เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://atlassian.com และคุณลักษณะหลักของมันคือ "Create tasks easily with Jira Work Management"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira Work Management

ดาวน์โหลดไฟล์ส่วนขยาย Jira Work Management ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jira Work Management Jira Work Management
ID eilakfdlgblfhmgelnodnalfhbeagelb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jira-work-management/eilakfdlgblfhmgelnodnalfhbeagelb
คำอธิบาย Create tasks easily with Jira Work Management
ขนาดไฟล์ 10.67 MB
จำนวนการติดตั้ง 39,157
เวอร์ชันปัจจุบัน 1.1.51
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2022-01-13
คะแนน 2.70/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://atlassian.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.atlassian.com/software/jira/work-management
URL หน้าช่วยเหลือ https://support.atlassian.com/jira-work-management/
URL หน้านโยบายความเป็นส่วนตัว https://www.atlassian.com/legal/privacy-policy
ภาษาที่รองรับ 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:\/\/*\/"
    ]
}