Boomi Extension

Some new functionalities for the DELL Boomi AtomSphere

Co je Boomi Extension?

Boomi Extension je rozšíření Chrome vyvinuté Baptiste BIEBER, a jeho hlavní funkcí je „Some new functionalities for the DELL Boomi AtomSphere“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Boomi Extension

Stáhněte si soubory rozšíření Boomi Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Boomi Extension Boomi Extension
ID aaggknbfbihendcojjngdkkgbppklage
Oficiální URL https://chromewebstore.google.com/detail/boomi-extension/aaggknbfbihendcojjngdkkgbppklage
Popis Some new functionalities for the DELL Boomi AtomSphere
Velikost souboru 316 KB
Počet instalací 79
Aktuální Verze 1.3.1
Poslední Aktualizace 2023-12-06
Datum Vydání 2019-10-29
Vývojář Baptiste BIEBER
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/baptistebieber/boomi-extension
Podporované Jazyky 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": []
}