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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
➗ 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\/*" ] } ] } |