JIRA Assistant

Easy access to any JIRA issues, bugs or tasks just in one click

JIRA Assistantคืออะไร?

JIRA Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vanillabagel และคุณลักษณะหลักของมันคือ "Easy access to any JIRA issues, bugs or tasks just in one click"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JIRA Assistant

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

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

                        JIRA assistant for Google Chrome is a useful extension which let you to manage your tickets right in your browser with just one click.

It is easy to install and configure. Just install the extension in you Google Chrome browser and you will see the options page where you should configure you JIRA server connection.
After that just clicking JIRA assistant icon on Google Chrome extension bar and you will see the dashboard.                    

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

ชื่อ JIRA Assistant JIRA Assistant
ID iccfdkmiglokncbdheedflohigmijpdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jira-assistant/iccfdkmiglokncbdheedflohigmijpdj
คำอธิบาย Easy access to any JIRA issues, bugs or tasks just in one click
ขนาดไฟล์ 614 KB
จำนวนการติดตั้ง 7,961
เวอร์ชันปัจจุบัน 0.8.0
อัปเดตครั้งล่าสุด 2021-09-13
วันที่เผยแพร่ 2020-05-20
คะแนน 3.98/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา vanillabagel
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://bitbucket.org/vanillabagel
URL หน้านโยบายความเป็นส่วนตัว https://bitbucket.org/vanillabagel/jira/wiki/Privacy%20Policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JIRA Assistant",
    "short_name": "JIRA Assistant",
    "version": "0.8.0",
    "description": "Easy access to any JIRA issues, bugs or tasks just in one click",
    "icons": {
        "16": "img\/logo-16.png",
        "36": "img\/logo-36.png",
        "48": "img\/logo-48.png",
        "78": "img\/logo-78.png",
        "96": "img\/logo-96.png",
        "128": "img\/logo-128.png"
    },
    "permissions": [
        "",
        "storage"
    ],
    "omnibox": {
        "keyword": "jira"
    },
    "background": {
        "page": "core.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/logo-18.png",
            "38": "img\/logo-36.png"
        },
        "default_title": "JIRA Assistant",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "settings.html"
    },
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwh3mFWZKT1oewdEmzCrl9kSUYaHdu1WR0QXgbfWbpOXE54q8Ke0uBX1XMzIEwGl4p9Pbg6EI0n9jYGofD\/Sf\/pb7AAXOGuiPxn223JWnbp\/S6B7HrY4MonBV8Lacn5l\/GEF\/mpl9A4jxvreeMRKs8CZoA1PMOMUQpwGjLMZfRcds5Ao5ZQIuMqM\/+lFozgRxaXVIa\/QNH9oUwWYLH51VNKLu5wMpw48cYiw8ufnTQpzh\/40rg7Mp8hUYNA8RfV+5jxcdm1GF8NWak+LaDrNSTt8Lhf7TVaCprH8a28NeJfFiHfB5D5U+jN1fUaM5NY7rCVe3h0s3T+iRQz8P5aqGsQIDAQAB"
}