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
公式URL 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
Eメール [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"
    ]
}