AutoReview for Power Automate

Create Automated Review of Power Automate Cloud Flows

ما هو AutoReview for Power Automate؟

AutoReview for Power Automate هو إضافة Chrome تم تطويرها بواسطة WyattDave، والميزة الرئيسية لها هي "Create Automated Review of Power Automate Cloud Flows".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AutoReview for Power Automate

قم بتنزيل ملفات الامتداد AutoReview for Power Automate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم AutoReview for Power Automate AutoReview for Power Automate
ID laaendfpgmhjilhjkbebekgdgfjaajif
عنوان URL الرسمي https://chromewebstore.google.com/detail/autoreview-for-power-auto/laaendfpgmhjilhjkbebekgdgfjaajif
الوصف Create Automated Review of Power Automate Cloud Flows
حجم الملف 4.9 MB
عدد التثبيتات 427
النسخة الحالية 2.3.8
آخر تحديث 2024-02-26
تاريخ النشر 2022-11-23
تقييم 5.00/5 مجموع تقييمات 2
المطور WyattDave
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pa-autoreview.weebly.com/
عنوان صفحة المساعدة https://pa-autoreview.weebly.com/guide.html
اللغات المدعومة 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"
    }
}