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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}