PowerUI for Power Automate
Improves the flow editor user interface for Power Automate
PowerUI for Power Automate là gì?
PowerUI for Power Automate là một tiện ích mở rộng Chrome được phát triển bởi https://365apps.io, và tính năng chính của nó là "Improves the flow editor user interface for Power Automate".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PowerUI for Power Automate
Tải xuống các tệp mở rộng PowerUI for Power Automate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
➗ 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PowerUI for Power Automate |
ID | piajkgbpepkfdpogbcngdfbdnccdnidi |
URL Chính Thức | https://chromewebstore.google.com/detail/powerui-for-power-automat/piajkgbpepkfdpogbcngdfbdnccdnidi |
Mô tả | Improves the flow editor user interface for Power Automate |
Kích Thước Tệp | 13.6 KB |
Số Lần Cài Đặt | 725 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2022-09-12 |
Ngày Phát Hành | 2022-03-09 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://365apps.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://365apps.io/pages/powerui |
URL Trang Trợ Giúp | https://share.hsforms.com/1rjVQ_fU8Rb2gDpOi9Uq2Sg4jo0g |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |