AppReview for Power Apps
Create Automated Code Review of Canvas Power Apps
AppReview for Power Apps là gì?
AppReview for Power Apps là một tiện ích mở rộng Chrome được phát triển bởi WyattDave, và tính năng chính của nó là "Create Automated Code Review of Canvas Power Apps".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AppReview for Power Apps
Tải xuống các tệp mở rộng AppReview for Power Apps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AppReview for Power Apps |
ID | ccbebeaigpaeemcmmeafnlbfnpeihgjn |
URL Chính Thức | https://chromewebstore.google.com/detail/appreview-for-power-apps/ccbebeaigpaeemcmmeafnlbfnpeihgjn |
Mô tả | Create Automated Code Review of Canvas Power Apps |
Kích Thước Tệp | 11.57 MB |
Số Lần Cài Đặt | 382 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2023-06-11 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | WyattDave |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |