jHelper / Jira Helper

jHelper (Jira Helper) will help you manage your Jira tickets and provide quick access to them. Take a look at the video on the left!

jHelper / Jira Helperคืออะไร?

jHelper / Jira Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jhelper.info และคุณลักษณะหลักของมันคือ "jHelper (Jira Helper) will help you manage your Jira tickets and provide quick access to them. Take a look at the video on the left!"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย jHelper / Jira Helper

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

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

                        jHelper is a Chrome Extension thought for anyone who works with Atlassian's Jira:

- Have you ever forgot the ticket you were working on?

- Have you ever wanted to search quickly through all the tickets you've been working on lately?

- Have you ever needed to quickly check on the changes made on a ticket?

- Have you ever needed to create a report with the tickets you've been working on?

- Have you ever needed to quickly copy and paste the ticket IDs you've been working on?


If any of these happened to you, jHelper is the solution. Take a look at the video showing on the left to quickly see it's features.

It helped us, we hope it helps you too :-)                    

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

ชื่อ jHelper / Jira Helper jHelper / Jira Helper
ID gaolnnddkgbjkdbbbnoccphbjbcogkci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jhelper-jira-helper/gaolnnddkgbjkdbbbnoccphbjbcogkci
คำอธิบาย jHelper (Jira Helper) will help you manage your Jira tickets and provide quick access to them. Take a look at the video on the left!
ขนาดไฟล์ 1.15 MB
จำนวนการติดตั้ง 435
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2020-05-23
วันที่เผยแพร่ 2020-05-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://jhelper.info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jhelper.info
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jHelper \/ Jira Helper",
    "description": "jHelper (Jira Helper) will help you manage your Jira tickets and provide quick access to them. Take a look at the video on the left!",
    "version": "0.0.6",
    "author": "Mariano Marzullo, Esteban Jelicich and Fernando Gabrieli",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "popup\/icon.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Jira Helper"
    },
    "icons": {
        "16": "popup\/icon.png",
        "48": "popup\/icon48.png",
        "128": "popup\/icon128.png"
    },
    "options_page": "popup\/options\/options.html",
    "background": {
        "scripts": []
    },
    "optional_permissions": [],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "popup\/node_modules\/jquery\/dist\/jquery.min.js",
                "webpack-bundle-dom.js"
            ],
            "css": []
        }
    ]
}