Boomi Extension

Some new functionalities for the DELL Boomi AtomSphere

Boomi Extension क्या है?

Boomi Extension Baptiste BIEBER द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some new functionalities for the DELL Boomi AtomSphere"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Boomi Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
}