AgileMana JIRA assistant

Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.

什麼是AgileMana JIRA assistant?

AgileMana JIRA assistant是由https://agilemana.com開發的Chrome擴展程式,該擴展的主要功能是“Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載AgileMana JIRA assistant擴展crx文件

下載AgileMana JIRA assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        AgileMana JIRA Assistant, allows users to easily create rooms, add JIRA tickets and sync points back to JIRA.                    

擴展基本資訊

名稱 AgileMana JIRA assistant AgileMana JIRA assistant
ID bndnbeoklgjfpokbblifccahppafbfng
官方網址 https://chromewebstore.google.com/detail/agilemana-jira-assistant/bndnbeoklgjfpokbblifccahppafbfng
簡介 Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.
檔案大小 109 KB
安裝次數 163
目前版本 1.3.2
更新時間 2022-04-19
上架時間 2020-05-05
評分 4.00/5 共 3 次評分
開發者 https://agilemana.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://agilemana.com
說明頁面URL https://agilemana.com/faq
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.",
    "version": "1.3.2",
    "manifest_version": 3,
    "name": "AgileMana JIRA assistant",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "_default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ]
}