PowerUI for Power Automate

Improves the flow editor user interface for Power Automate

PowerUI for Power Automate क्या है?

PowerUI for Power Automate https://365apps.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the flow editor user interface for Power Automate"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PowerUI for Power Automate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
            ]
        }
    ]
}