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 |
电子邮箱 | [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" } } |