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 |
公式URL | 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 |
Eメール | [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" } } |