Boomi Extension
Some new functionalities for the DELL Boomi AtomSphere
Boomi Extension là gì?
Boomi Extension là một tiện ích mở rộng Chrome được phát triển bởi Baptiste BIEBER, và tính năng chính của nó là "Some new functionalities for the DELL Boomi AtomSphere".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Boomi Extension
Tải xuống các tệp mở rộng Boomi Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aaggknbfbihendcojjngdkkgbppklage |
URL Chính Thức | https://chromewebstore.google.com/detail/boomi-extension/aaggknbfbihendcojjngdkkgbppklage |
Mô tả | Some new functionalities for the DELL Boomi AtomSphere |
Kích Thước Tệp | 316 KB |
Số Lần Cài Đặt | 79 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2023-12-06 |
Ngày Phát Hành | 2019-10-29 |
Nhà Phát Triển | Baptiste BIEBER |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/baptistebieber/boomi-extension |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |