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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |