AppReview for Power Apps
Create Automated Code Review of Canvas Power Apps
AppReview for Power Appsとは何ですか?
AppReview for Power AppsはWyattDaveによって開発されたChromeの拡張機能で、その主な機能は「Create Automated Code Review of Canvas Power Apps」です。
拡張機能のスクリーンショット
AppReview for Power Apps拡張機能のCRXファイルをダウンロード
AppReview for Power Apps拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatic Code Review For Microsoft Power Apps. Upload your solution or legacy app zip and AppReview extracts key information from the Power App and solution, this includes: -Experimental Settings -Screens -Components -Variables -Formula -Connections -Data sources -Flows -Environment Variables -Tables -Test scripts -Code Review Scoring / Flags -Simple screen diagram Key Features: -All component code shown in one screen -Connection privileges used Coming soon -Ability to select if solution includes more than one canvas app -Bug fix for not support custom componets
拡張機能の基本情報
名前 | AppReview for Power Apps |
ID | ccbebeaigpaeemcmmeafnlbfnpeihgjn |
公式URL | https://chromewebstore.google.com/detail/appreview-for-power-apps/ccbebeaigpaeemcmmeafnlbfnpeihgjn |
説明 | Create Automated Code Review of Canvas Power Apps |
ファイルサイズ | 11.57 MB |
インストール数 | 382 |
現在のバージョン | 1.0.8 |
最終更新日 | 2024-03-04 |
公開日 | 2023-06-11 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | WyattDave |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AppReview for Power Apps", "version": "1.0.8", "description": "Create Automated Code Review of Canvas Power Apps", "icons": { "128": "AppReview Icon 128.png" }, "manifest_version": 3, "author": "David Wyatt", "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+A", "mac": "Command+R" }, "description": "Launch Window", "global": true } }, "permissions": [], "action": { "default_popup": "index.htm", "default_title": "AppReview" } } |