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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 AppReview for Power Apps
ID ccbebeaigpaeemcmmeafnlbfnpeihgjn
官方網址 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"
    }
}