IDA

IBM Deployment Accelerator for Business Automation Workflow

什麼是IDA?

IDA是由IBM SDC開發的Chrome擴展程式,該擴展的主要功能是“IBM Deployment Accelerator for Business Automation Workflow”。

擴展截圖

screenshot

下載IDA擴展crx文件

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

擴展使用說明

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

擴展基本資訊

名稱 IDA IDA
ID mjfjiglcnojlicbkomcoohndhpceflbp
官方網址 https://chromewebstore.google.com/detail/ida/mjfjiglcnojlicbkomcoohndhpceflbp
簡介 IBM Deployment Accelerator for Business Automation Workflow
檔案大小 1.01 MB
安裝次數 1,206
目前版本 24.1
更新時間 2024-01-31
上架時間 2020-06-24
評分 5.00/5 共 2 次評分
開發者 IBM SDC
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}