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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
]
} | |