PowerUI for Power Automate

Improves the flow editor user interface for Power Automate

Co je PowerUI for Power Automate?

PowerUI for Power Automate je rozšíření Chrome vyvinuté https://365apps.io, a jeho hlavní funkcí je „Improves the flow editor user interface for Power Automate“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PowerUI for Power Automate

Stáhněte si soubory rozšíření PowerUI for Power Automate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ➗ 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                    

Základní Informace o Rozšíření

Název PowerUI for Power Automate PowerUI for Power Automate
ID piajkgbpepkfdpogbcngdfbdnccdnidi
Oficiální URL https://chromewebstore.google.com/detail/powerui-for-power-automat/piajkgbpepkfdpogbcngdfbdnccdnidi
Popis Improves the flow editor user interface for Power Automate
Velikost souboru 13.6 KB
Počet instalací 725
Aktuální Verze 1.0.4
Poslední Aktualizace 2022-09-12
Datum Vydání 2022-03-09
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář https://365apps.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://365apps.io/pages/powerui
URL Stránky Nápovědy https://share.hsforms.com/1rjVQ_fU8Rb2gDpOi9Uq2Sg4jo0g
Podporované Jazyky 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\/*"
            ]
        }
    ]
}