AppReview for Power Apps

Create Automated Code Review of Canvas Power Apps

Wat is AppReview for Power Apps?

AppReview for Power Apps is een Chrome-extensie ontwikkeld door WyattDave, en de belangrijkste functie is "Create Automated Code Review of Canvas Power Apps".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AppReview for Power Apps

Download AppReview for Power Apps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AppReview for Power Apps AppReview for Power Apps
ID ccbebeaigpaeemcmmeafnlbfnpeihgjn
Officiële URL https://chromewebstore.google.com/detail/appreview-for-power-apps/ccbebeaigpaeemcmmeafnlbfnpeihgjn
Beschrijving Create Automated Code Review of Canvas Power Apps
Bestandsgrootte 11.57 MB
Aantal Installaties 382
Huidige Versie 1.0.8
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2023-06-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar WyattDave
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}