AppReview for Power Apps
Create Automated Code Review of Canvas Power Apps
AppReview for Power Appsคืออะไร?
AppReview for Power Apps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WyattDave และคุณลักษณะหลักของมันคือ "Create Automated Code Review of Canvas Power Apps"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AppReview for Power Apps
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |