Boomi Platform Enhancer

This extension enhances Boomi Web Platform in multiple ways to provide a more robust experience

Qu'est-ce que Boomi Platform Enhancer ?

Boomi Platform Enhancer est une extension Chrome développée par boomi-platform-enhancer, et sa fonction principale est "This extension enhances Boomi Web Platform in multiple ways to provide a more robust experience".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Boomi Platform Enhancer

Téléchargez les fichiers d'extension Boomi Platform Enhancer 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

                        Boomi Platform Enhancer is designed to provide UI and Usage enhancements to provide a more streamlined use of the Boomi Web Platforms UI and process.

Disclaimer:Boomi has no affiliation with this extension and does not support it, endorse its use, or provide any promises or warranties (as per legal requirements)

Images only show some of the available items, to much to show :)

The following provides the current abilities of the released extension for use within the Boomi Web Platform:

* Keyboard Shortcuts
  * Ctrl+Alt + S = Save Current Flow
  * Ctrl+Alt + T = Test Current Flow
  * ~ = Toggle Full Screen - On/Off
* Adjustments to the portal for integration around font sizing, header and menu sizing to provide more build and processing space within the default view.
* Account dashboard now defaults to 7 days instead of the maximum value.
* Shapes that don't have a end connection will glow.
* Quickly add stop shape to flow by hovering over end arrow and clicking stop.
* Add components directly within the build tab by double clicking the flow and selecting from a drop down.
* Capture the entire flow without resize and save to a local image by using the "Capture Process Flow" button above the build canvas.
* Hover over flow shape to see the connection points it make.
* Use notes to group tasks and provide information relating to multiple areas of the flow.
* Add Markdown in the process description or notes to show better visual formatting.
* When tables (for example Process Reporting list view) is displayed there's an option to tabble wrap - Always/Never Wrap or Toggle when Hover over Header..
* Ability to assign keyboard button to easily go into and out of Full Screen Mode - default is the `~` key.
* JSON & XML Viewing toggle added to Message and Notify Shapes; will format the JSON and add the ' quote padding automatically.
* Capture a diagram of your process flow easily via the "Capture Process Flow" button; will capture the entire flow and save an image to a local file.
  * Options available are - Use Transparent Background, Zoom Size and Ability to Expand all notes to capture the note detail
* Debug has been enhanced to provide more robust coloring, this includes glowing colors, item selection and error emphasis.
* Ability to Remove the Canvas Build Background (dots) which works well with dark modes.
* Save Reminder – When packaging a component you will be reminded to save the process as Boomi doesn't save automatically when packaging.
* Schedule Reminder - Once a deployment has occurred or been deployed to another environment the notification message will also provide a reminder to setup a schedule (if enabled).
* Easily copy the current Component URL/ID using the Copy Component ID Button (In the ⚙️ action button above the build canvas).
* Build Shape "connector" Pallet has been restored back to its better life before Boomi UX decided to change it and make it unusable.
* Enable the selection of Icon Sets within the option to define user experience instead of default Boomi UX.
* In Process Reporting, Pending Executions runtime clock/timer now auto-updates - Note: Auto Refresh must be turned on for this to work.
* Define a custom refresh period and have process reporting auto refresh to your needs.
* Expand the Element Selection Screen within Shapes to provide more visual room for ease of use.
* Platform Status Detail - Shows if operational or if any Boomi systems are not operational.
* Brand new code editor attached to Message, Notify and Command Shape, click Edit message to open up a dedicated code window with choice of code display
* Tab names remove the account name to enable better display of tabs function i.e. Build, Reporting etc. Toggle Option Available.
* New Icon against Drop Down Menu items i.e. Manage to allow you to click and open in new tab instead of the same window.
* Default SQL Editor in Data Base Operation code area is now resizable for use with larger screens.
* Connector Operation Screen for HTTP has increased sizing on Request details for better use.
* Ability to Collapse All Processes into Folders in the Process Reporting Process Filter screen.
* Ability to Collapse All Processes into Folders in the Deployed Process Screen in Atom Management.
* Ability to remove the sticky revision notification from the build view.
* Ability to adjust Schedule Section Icons in Atom Management to the old style prior to the new release due to new icons being hard to define based on a little color difference.
* Ability to reverse the modal button layout to match side panel layout i.e. OK - Cancel instead of new default of Cancel - OK.
* Ability to single-anywhere on a process folder or title to open (Instead of the tiny icon to expand).
* Document viewer has been changed to Mono-Spaced to provide all round better display.                    

Informations de Base sur l'Extension

Nom Boomi Platform Enhancer Boomi Platform Enhancer
ID behhfojpggobllhaifocfcampokbfhko
URL Officiel https://chromewebstore.google.com/detail/boomi-platform-enhancer/behhfojpggobllhaifocfcampokbfhko
Description This extension enhances Boomi Web Platform in multiple ways to provide a more robust experience
Taille du Fichier 578 KB
Nombre d'Installations 1,224
Version Actuelle 1.7.4.6
Dernière Mise à Jour 2024-02-23
Date de Publication 2020-08-26
Évaluation 5.00/5 Total 10 Évaluations
Développeur boomi-platform-enhancer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mitchelljfranklin/Boomi-Platform-Extension
URL de la Page d'Aide https://github.com/mitchelljfranklin/Boomi-Platform-Extension/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boomi Platform Enhancer",
    "description": "This extension enhances Boomi Web Platform in multiple ways to provide a more robust experience",
    "version": "1.7.4.6",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "browser_style": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/platform.boomi.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "library\/inject\/arrive.min.js",
                "library\/jquery\/jquery-3.6.min.js",
                "library\/inject\/cm\/codemirror.js",
                "library\/inject\/cm\/mode\/javascript.js",
                "library\/inject\/cm\/mode\/xml.js",
                "library\/inject\/cm\/mode\/sql.js",
                "library\/inject\/cm\/addons\/closebrackets.js",
                "library\/inject\/cm\/addons\/closetags.js",
                "library\/inject\/cm\/addons\/xml-fold.js"
            ]
        },
        {
            "matches": [
                "https:\/\/platform.boomi.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "library\/css\/boomi.css",
                "library\/css\/cm\/codemirror.css",
                "library\/css\/cm\/theme\/twilight.css"
            ],
            "js": [
                "library\/boomiapp\/contentScript.js",
                "library\/boomiapp\/global.js",
                "library\/boomiapp\/boomi.js",
                "library\/boomiapp\/clickComponents.js",
                "library\/boomiapp\/dashboard.js",
                "library\/boomiapp\/buildPallet.js",
                "library\/boomiapp\/shortCuts.js",
                "library\/boomiapp\/updateNotification.js",
                "library\/boomiapp\/messageEditor.js",
                "library\/boomiapp\/reminders.js",
                "library\/boomiapp\/buildFilters.js",
                "library\/boomiapp\/filterButtons.js",
                "library\/boomiapp\/quickclickComponent.js",
                "library\/boomiapp\/menuOpen.js",
                "library\/boomiapp\/scheduleIcons.js",
                "library\/inject\/shortcut.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.jpg",
                "library\/jquery\/jquery-3.6.min.js",
                "library\/boomiapp\/notes.js",
                "library\/boomiapp\/imageCapture.js",
                "library\/boomiapp\/descriptionMarkdown.js",
                "library\/boomiapp\/groups.js",
                "library\/boomiapp\/shapes.js",
                "library\/boomiapp\/fullscreen.js",
                "library\/boomiapp\/tableWrap.js",
                "library\/boomiapp\/messageEditor.js",
                "library\/boomiapp\/iconSets.js",
                "library\/boomiapp\/listenerGlobal.js",
                "library\/boomiapp\/canvas.js",
                "library\/boomiapp\/customRefresh.js",
                "library\/boomiapp\/menuOpen.js",
                "library\/boomiapp\/connectionOperations.js",
                "library\/boomiapp\/versionNotification.js",
                "library\/boomiapp\/modalButtons.js",
                "library\/inject\/rasterizeHTML.min.js",
                "library\/inject\/showdown.min.js",
                "library\/inject\/codeflask.min.js"
            ],
            "matches": [
                "https:\/\/platform.boomi.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}