IDA
IBM Deployment Accelerator for Business Automation Workflow
IDAとは何ですか?
IDAはIBM SDCによって開発されたChromeの拡張機能で、その主な機能は「IBM Deployment Accelerator for Business Automation Workflow」です。
拡張機能のスクリーンショット
IDA拡張機能のCRXファイルをダウンロード
IDA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
IDA plugin
- automation test recorder
- BPM checkstyle Web PD support
- BPM codereview Web PD support 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |