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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": []
}