PowerUI for Power Automate

Improves the flow editor user interface for Power Automate

O que é PowerUI for Power Automate?

PowerUI for Power Automate é uma extensão do Chrome desenvolvida por https://365apps.io, e sua principal característica é "Improves the flow editor user interface for Power Automate".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PowerUI for Power Automate

Baixe arquivos de extensão PowerUI for Power Automate 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

                        ➗ Gives more room for expression editing

↔  Makes action steps wider using more screen real estate

↕    Makes drop down lists larger using the full height of the screen

📃 Works with both types of formula edit & dynamic value picker

⚓ Docks popups to top of screen

🎨 Uses just css styling to help you make better flows

Feedback welcome - click the link in the extension popup

Roadmap
- Configurable action width
- better layout for condition steps
- dock location choice
- scratchpad
- more formula expression builder input improvements                    

Informações Básicas da Extensão

Nome PowerUI for Power Automate PowerUI for Power Automate
ID piajkgbpepkfdpogbcngdfbdnccdnidi
URL Oficial https://chromewebstore.google.com/detail/powerui-for-power-automat/piajkgbpepkfdpogbcngdfbdnccdnidi
Descrição Improves the flow editor user interface for Power Automate
Tamanho do Arquivo 13.6 KB
Contagem de Instalações 725
Versão Atual 1.0.4
Última Atualização 2022-09-12
Data de Publicação 2022-03-09
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor https://365apps.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://365apps.io/pages/powerui
URL da Página de Ajuda https://share.hsforms.com/1rjVQ_fU8Rb2gDpOi9Uq2Sg4jo0g
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PowerUI for Power Automate",
    "description": "Improves the flow editor user interface for Power Automate",
    "version": "1.0.4",
    "manifest_version": 3,
    "author": "365Apps.io",
    "action": {
        "default_popup": "index.html",
        "default_title": "PowerUI"
    },
    "icons": {
        "16": "expand.png",
        "48": "expand.png",
        "128": "expand.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.flow.microsoft.com\/*",
                "https:\/\/make.powerapps.com\/*",
                "https:\/\/make.powerautomate.com\/*"
            ]
        }
    ]
}