IDA
IBM Deployment Accelerator for Business Automation Workflow
IDAคืออะไร?
IDA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IBM SDC และคุณลักษณะหลักของมันคือ "IBM Deployment Accelerator for Business Automation Workflow"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IDA
ดาวน์โหลดไฟล์ส่วนขยาย IDA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
IDA plugin - automation test recorder - BPM checkstyle Web PD support - BPM codereview Web PD support
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } |