AutoReview for Power Automate
Create Automated Review of Power Automate Cloud Flows
什麼是AutoReview for Power Automate?
AutoReview for Power Automate是由WyattDave開發的Chrome擴展程式,該擴展的主要功能是“Create Automated Review of Power Automate Cloud Flows”。
擴展截圖
下載AutoReview for Power Automate擴展crx文件
下載AutoReview for Power Automate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Auto Code Review your Power Automate flows. Upload your legacy export or solution exports (all data stored locally in your browser). Now can give live report from open flow (no export required) The following exports are created: Review - Code Review of flow, with score, errors and warnings Report - All variables, actions and connections Diagram - Visual representation of the flow CSV Exports - Download variables, actions and connections into excel Definition - Flow definition json file Solution - View of content of solution package Compare 2 Flows - Show changes between 2 flows
擴展基本資訊
名稱 | AutoReview for Power Automate |
ID | laaendfpgmhjilhjkbebekgdgfjaajif |
官方網址 | https://chromewebstore.google.com/detail/autoreview-for-power-auto/laaendfpgmhjilhjkbebekgdgfjaajif |
簡介 | Create Automated Review of Power Automate Cloud Flows |
檔案大小 | 4.9 MB |
安裝次數 | 427 |
目前版本 | 2.3.8 |
更新時間 | 2024-02-26 |
上架時間 | 2022-11-23 |
評分 | 5.00/5 共 2 次評分 |
開發者 | WyattDave |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://pa-autoreview.weebly.com/ |
說明頁面URL | https://pa-autoreview.weebly.com/guide.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoReview for Power Automate", "version": "2.3.8", "description": "Create Automated Review of Power Automate Cloud Flows", "icons": { "128": "icon v2 128.png" }, "manifest_version": 3, "author": "David Wyatt", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+A", "mac": "Command+A" }, "description": "Launch Window", "global": true } }, "permissions": [ "unlimitedStorage", "storage", "identity", "identity.email", "activeTab", "webRequest" ], "host_permissions": [ "https:\/\/*.api.flow.microsoft.com\/*", "https:\/\/make.powerautomate.com\/*" ], "action": { "default_popup": "index.htm", "default_title": "AutoReview" }, "background": { "service_worker": "background.js" } } |