IDA

IBM Deployment Accelerator for Business Automation Workflow

IDA란 무엇입니까?

IDA은(는) IBM SDC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IBM Deployment Accelerator for Business Automation Workflow"입니다.

확장 프로그램 스크린샷

screenshot

IDA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 IDA IDA
ID mjfjiglcnojlicbkomcoohndhpceflbp
공식 URL 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"
    ]
}