PowerUI for Power Automate
Improves the flow editor user interface for Power Automate
Cos'è PowerUI for Power Automate?
PowerUI for Power Automate è un'estensione di Chrome sviluppata da https://365apps.io, e la sua funzione principale è "Improves the flow editor user interface for Power Automate".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PowerUI for Power Automate
Scarica i file di estensione PowerUI for Power Automate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
➗ 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
Informazioni di Base sull'Estensione
Nome | PowerUI for Power Automate |
ID | piajkgbpepkfdpogbcngdfbdnccdnidi |
URL Ufficiale | https://chromewebstore.google.com/detail/powerui-for-power-automat/piajkgbpepkfdpogbcngdfbdnccdnidi |
Descrizione | Improves the flow editor user interface for Power Automate |
Dimensione del File | 13.6 KB |
Conteggio Installazioni | 725 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2022-09-12 |
Data di Pubblicazione | 2022-03-09 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | https://365apps.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://365apps.io/pages/powerui |
URL della Pagina di Aiuto | https://share.hsforms.com/1rjVQ_fU8Rb2gDpOi9Uq2Sg4jo0g |
Lingue Supportate | 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\/*" ] } ] } |