AppReview for Power Apps

Create Automated Code Review of Canvas Power Apps

Co je AppReview for Power Apps?

AppReview for Power Apps je rozšíření Chrome vyvinuté WyattDave, a jeho hlavní funkcí je „Create Automated Code Review of Canvas Power Apps“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AppReview for Power Apps

Stáhněte si soubory rozšíření AppReview for Power Apps ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název AppReview for Power Apps AppReview for Power Apps
ID ccbebeaigpaeemcmmeafnlbfnpeihgjn
Oficiální URL https://chromewebstore.google.com/detail/appreview-for-power-apps/ccbebeaigpaeemcmmeafnlbfnpeihgjn
Popis Create Automated Code Review of Canvas Power Apps
Velikost souboru 11.57 MB
Počet instalací 382
Aktuální Verze 1.0.8
Poslední Aktualizace 2024-03-04
Datum Vydání 2023-06-11
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář WyattDave
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}