AutoReview for Power Automate

Create Automated Review of Power Automate Cloud Flows

¿Qué es AutoReview for Power Automate?

AutoReview for Power Automate es una extensión de Chrome desarrollada por WyattDave, y su función principal es "Create Automated Review of Power Automate Cloud Flows".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AutoReview for Power Automate

Descarga archivos de extensión AutoReview for Power Automate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Auto Code Review your Power Automate flows. Upload your legacy export or solution exports (all data stored locally in your browser).  Now can give live report from open flow (no export required) The following exports are created:

Review - Code Review of flow, with score, errors and warnings
Report - All variables, actions and connections
Diagram - Visual representation of the flow
CSV Exports - Download variables, actions and connections into excel
Definition - Flow definition json file
Solution - View of content of solution package
Compare 2 Flows - Show changes between 2 flows                    

Información Básica de la Extensión

Nombre AutoReview for Power Automate AutoReview for Power Automate
ID laaendfpgmhjilhjkbebekgdgfjaajif
URL Oficial https://chromewebstore.google.com/detail/autoreview-for-power-auto/laaendfpgmhjilhjkbebekgdgfjaajif
Descripción Create Automated Review of Power Automate Cloud Flows
Tamaño del Archivo 4.9 MB
Cantidad de Instalaciones 427
Versión Actual 2.3.8
Última Actualización 2024-02-26
Fecha de Publicación 2022-11-23
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador WyattDave
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://pa-autoreview.weebly.com/
URL de la Página de Ayuda https://pa-autoreview.weebly.com/guide.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoReview for Power Automate",
    "version": "2.3.8",
    "description": "Create Automated Review of Power Automate Cloud Flows",
    "icons": {
        "128": "icon v2 128.png"
    },
    "manifest_version": 3,
    "author": "David Wyatt",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Command+A"
            },
            "description": "Launch Window",
            "global": true
        }
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "identity",
        "identity.email",
        "activeTab",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.api.flow.microsoft.com\/*",
        "https:\/\/make.powerautomate.com\/*"
    ],
    "action": {
        "default_popup": "index.htm",
        "default_title": "AutoReview"
    },
    "background": {
        "service_worker": "background.js"
    }
}