PowerUI for Power Automate
Improves the flow editor user interface for Power Automate
什麼是PowerUI for Power Automate?
PowerUI for Power Automate是由https://365apps.io開發的Chrome擴展程式,該擴展的主要功能是“Improves the flow editor user interface for Power Automate”。
擴展截圖
下載PowerUI for Power Automate擴展crx文件
下載PowerUI for Power Automate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
➗ 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
擴展基本資訊
名稱 | PowerUI for Power Automate |
ID | piajkgbpepkfdpogbcngdfbdnccdnidi |
官方網址 | https://chromewebstore.google.com/detail/powerui-for-power-automat/piajkgbpepkfdpogbcngdfbdnccdnidi |
簡介 | Improves the flow editor user interface for Power Automate |
檔案大小 | 13.6 KB |
安裝次數 | 725 |
目前版本 | 1.0.4 |
更新時間 | 2022-09-12 |
上架時間 | 2022-03-09 |
評分 | 4.50/5 共 2 次評分 |
開發者 | https://365apps.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://365apps.io/pages/powerui |
說明頁面URL | https://share.hsforms.com/1rjVQ_fU8Rb2gDpOi9Uq2Sg4jo0g |
支援的語言 | 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\/*" ] } ] } |