Boomi Extension
Some new functionalities for the DELL Boomi AtomSphere
O que é Boomi Extension?
Boomi Extension é uma extensão do Chrome desenvolvida por Baptiste BIEBER, e sua principal característica é "Some new functionalities for the DELL Boomi AtomSphere".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Boomi Extension
Baixe arquivos de extensão Boomi Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | aaggknbfbihendcojjngdkkgbppklage |
| URL Oficial | https://chromewebstore.google.com/detail/boomi-extension/aaggknbfbihendcojjngdkkgbppklage |
| Descrição | Some new functionalities for the DELL Boomi AtomSphere |
| Tamanho do Arquivo | 316 KB |
| Contagem de Instalações | 79 |
| Versão Atual | 1.3.1 |
| Última Atualização | 2023-12-06 |
| Data de Publicação | 2019-10-29 |
| Desenvolvedor | Baptiste BIEBER |
| [email protected] | |
| Tipo de Pagamento | free |
| Site da Extensão | https://github.com/baptistebieber/boomi-extension |
| Idiomas Suportados | 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": []
} | |