AutoReview for Power Automate

Create Automated Review of Power Automate Cloud Flows

Qu'est-ce que AutoReview for Power Automate ?

AutoReview for Power Automate est une extension Chrome développée par WyattDave, et sa fonction principale est "Create Automated Review of Power Automate Cloud Flows".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AutoReview for Power Automate

Téléchargez les fichiers d'extension AutoReview for Power Automate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AutoReview for Power Automate AutoReview for Power Automate
ID laaendfpgmhjilhjkbebekgdgfjaajif
URL Officiel https://chromewebstore.google.com/detail/autoreview-for-power-auto/laaendfpgmhjilhjkbebekgdgfjaajif
Description Create Automated Review of Power Automate Cloud Flows
Taille du Fichier 4.9 MB
Nombre d'Installations 427
Version Actuelle 2.3.8
Dernière Mise à Jour 2024-02-26
Date de Publication 2022-11-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur WyattDave
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pa-autoreview.weebly.com/
URL de la Page d'Aide https://pa-autoreview.weebly.com/guide.html
Langues Prises en Charge 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"
    }
}