Power Automate Flow Clipboard
Action Clipboard Library for Power Automate
什麼是Power Automate Flow Clipboard?
Power Automate Flow Clipboard是由WyattDave開發的Chrome擴展程式,該擴展的主要功能是“Action Clipboard Library for Power Automate”。
擴展截圖
下載Power Automate Flow Clipboard擴展crx文件
下載Power Automate Flow Clipboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ddfobkfenabdkeedpanlmnjjlefgpkba |
官方網址 | 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" } } |