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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
    }
}