IDA

IBM Deployment Accelerator for Business Automation Workflow

IDA là gì?

IDA là một tiện ích mở rộng Chrome được phát triển bởi IBM SDC, và tính năng chính của nó là "IBM Deployment Accelerator for Business Automation Workflow".

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

screenshot

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

Tải xuống các tệp mở rộng IDA 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

                        IDA plugin
- automation test recorder
- BPM checkstyle Web PD support
- BPM codereview Web PD support                    

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

Tên IDA IDA
ID mjfjiglcnojlicbkomcoohndhpceflbp
URL Chính Thức https://chromewebstore.google.com/detail/ida/mjfjiglcnojlicbkomcoohndhpceflbp
Mô tả IBM Deployment Accelerator for Business Automation Workflow
Kích Thước Tệp 1.01 MB
Số Lần Cài Đặt 1,206
Phiên Bản Hiện Tại 24.1
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2020-06-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển IBM SDC
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IDA",
    "description": "IBM Deployment Accelerator for Business Automation Workflow",
    "version": "24.1",
    "browser_action": {
        "default_icon": "images\/ida.png",
        "default_title": "IDA",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/ida.png"
    },
    "background": {
        "scripts": [
            "js\/libs\/jquery-3.2.1.min.js",
            "js\/libs\/jquery-ui.min.js",
            "js\/libs\/sockjs-client-1.1.5.js",
            "js\/libs\/stompjs-7.0.0.js",
            "js\/plugin_util.js",
            "js\/websocket_util.js",
            "js\/message_util.js",
            "js\/window_util.js",
            "js\/background\/checkstyle.js",
            "js\/background\/recorder.js",
            "js\/background\/notification.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/checkstyle\/custom.css"
            ],
            "matches": [
                "*:\/\/*\/WebPD\/*",
                "*:\/\/*\/bas\/WebPD\/*"
            ],
            "js": [
                "js\/checkstyle\/ccUtils.js",
                "js\/checkstyle\/checkstyle-extension.js",
                "js\/checkstyle\/contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/plugin_util.js"
            ],
            "css": [
                "css\/cover.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "js": [
                "js\/trigger.js",
                "js\/user.js"
            ],
            "matches": [
                "*:\/\/*\/ida\/*",
                "*:\/\/*\/ida"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.gif",
        "js\/*",
        "css\/*.css",
        "css\/*\/*.css",
        "fonts\/*"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "webNavigation",
        "storage",
        "*:\/\/*\/WebPD\/*",
        "*:\/\/*\/bas\/WebPD\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "optional_permissions": [
        "notifications"
    ]
}