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 là gì?

AgileMana JIRA assistant là một tiện ích mở rộng Chrome được phát triển bởi https://agilemana.com, và tính năng chính của nó là "Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AgileMana JIRA assistant

Tải xuống các tệp mở rộng AgileMana JIRA assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AgileMana JIRA assistant AgileMana JIRA assistant
ID bndnbeoklgjfpokbblifccahppafbfng
URL Chính Thức https://chromewebstore.google.com/detail/agilemana-jira-assistant/bndnbeoklgjfpokbblifccahppafbfng
Mô tả Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2022-04-19
Ngày Phát Hành 2020-05-05
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://agilemana.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://agilemana.com
URL Trang Trợ Giúp https://agilemana.com/faq
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}