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 |
官方URL | 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\/*" ] } ] } |