Boomi Extension

Some new functionalities for the DELL Boomi AtomSphere

Qu'est-ce que Boomi Extension ?

Boomi Extension est une extension Chrome développée par Baptiste BIEBER, et sa fonction principale est "Some new functionalities for the DELL Boomi AtomSphere".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Boomi Extension

Téléchargez les fichiers d'extension Boomi Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Boomi Extension Boomi Extension
ID aaggknbfbihendcojjngdkkgbppklage
URL Officiel https://chromewebstore.google.com/detail/boomi-extension/aaggknbfbihendcojjngdkkgbppklage
Description Some new functionalities for the DELL Boomi AtomSphere
Taille du Fichier 316 KB
Nombre d'Installations 79
Version Actuelle 1.3.1
Dernière Mise à Jour 2023-12-06
Date de Publication 2019-10-29
Développeur Baptiste BIEBER
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/baptistebieber/boomi-extension
Langues Prises en Charge 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": []
}