PowerUI for Power Automate

Improves the flow editor user interface for Power Automate

PowerUI for Power Automateคืออะไร?

PowerUI for Power Automate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://365apps.io และคุณลักษณะหลักของมันคือ "Improves the flow editor user interface for Power Automate"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PowerUI for Power Automate

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
            ]
        }
    ]
}