Boomi Extension
Some new functionalities for the DELL Boomi AtomSphere
Boomi Extensionคืออะไร?
Boomi Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Baptiste BIEBER และคุณลักษณะหลักของมันคือ "Some new functionalities for the DELL Boomi AtomSphere"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boomi Extension
ดาวน์โหลดไฟล์ส่วนขยาย Boomi Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Some new functionalities for the DELL Boomi AtomSphere: - Customize the Menu by added custom links - Refresh every 5s in Process Reporting (dedicated button) - Pulsated unlinked 2020-07-18 (v1.2.0): - Fix for the new Boomi Inferface 2020-07-20 (v1.3.0): - Add configuration menu - You can choose the frequency refresh - You can remove specific links 2023-12-05 (v1.3.1) - Manifest version
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aaggknbfbihendcojjngdkkgbppklage |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/boomi-extension/aaggknbfbihendcojjngdkkgbppklage |
คำอธิบาย | Some new functionalities for the DELL Boomi AtomSphere |
ขนาดไฟล์ | 316 KB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2023-12-06 |
วันที่เผยแพร่ | 2019-10-29 |
ผู้พัฒนา | Baptiste BIEBER |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/baptistebieber/boomi-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Boomi Extension", "version": "1.3.1", "author": "Baptiste BIEBER", "description": "Some new functionalities for the DELL Boomi AtomSphere", "homepage_url": "https:\/\/github.com\/baptistebieber\/boomi-extension", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": "img\/icon-16.png" }, "content_scripts": [ { "matches": [ "https:\/\/platform.boomi.com\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/script.js" ] } ], "host_permissions": [] } |