Power Automate Flow Clipboard

Action Clipboard Library for Power Automate

Power Automate Flow Clipboard क्या है?

Power Automate Flow Clipboard WyattDave द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Action Clipboard Library for Power Automate"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Power Automate Flow Clipboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Save any action (including nested containers in Classic) to our own clipboard. Then add to any of your Power Automate flows.

Export actions to your device, send to others who can then import them.
Review all actions and inputs contained within the clipboard item.
History - lists all previous flows you have edited
Force Power Automate to always load in Classic UI mode

Now works with New UI

How to use-

Saving to Clipboard
-Copy action to clipboard
-Open Flow Clipboard
-Add 
-Name save

Add to flow
-Open Flow
-Open Flow Clipboard
-Click required action name
-Press enter after pop up (Classic Only)

Hot Keys
-Alt+c Adds last added action
-Alt+s saves flow
-Alt+c opens checker
-Alt-z undo (Classic Only)
-Alt-t tests flow with last flow in history
-Alt+q switch to edit (if in run log)
-Alt-x toggle copilot (New UI Only)                    

एक्सटेंशन की मूल जानकारी

नाम Power Automate Flow Clipboard Power Automate Flow Clipboard
ID ddfobkfenabdkeedpanlmnjjlefgpkba
आधिकारिक URL https://chromewebstore.google.com/detail/power-automate-flow-clipb/ddfobkfenabdkeedpanlmnjjlefgpkba
विवरण Action Clipboard Library for Power Automate
फ़ाइल का आकार 9.68 MB
स्थापना संख्या 256
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2023-06-25
डेवलपर WyattDave
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Power Automate Flow Clipboard",
    "version": "2.1.1",
    "description": "Action Clipboard Library for Power Automate",
    "icons": {
        "128": "flowCatalogue Icon 128.png"
    },
    "manifest_version": 3,
    "author": "David Wyatt",
    "commands": {
        "_execute_action": {
            "description": "Launch Window",
            "global": true
        }
    },
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "tabs",
        "storage",
        "clipboardRead",
        "sidePanel",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.api.flow.microsoft.com\/*",
        "https:\/\/make.powerautomate.com\/*"
    ],
    "side_panel": {
        "default_path": "index.htm"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/make.powerautomate.com\/*",
                "https:\/\/make.preview.powerautomate.com\/*",
                "https:\/\/make.powerapps.com\/*",
                "https:\/\/make.preview.powerapps.com\/*"
            ],
            "js": [
                "content.js",
                "assets\/js\/jquery-1.10.2.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.htm",
        "default_title": "FlowCatalogue"
    }
}