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
Eメール [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": []
}