Boomi Extension

Some new functionalities for the DELL Boomi AtomSphere

什么是Boomi Extension?

Boomi Extension是由Baptiste BIEBER开发的Chrome扩展程序,该扩展的主要功能是“Some new functionalities for the DELL Boomi AtomSphere”。

扩展截图

screenshot

下载Boomi Extension扩展crx文件

下载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                    

扩展基本信息

名称 Boomi Extension Boomi Extension
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": []
}