AutoReview for Power Automate

Create Automated Review of Power Automate Cloud Flows

AutoReview for Power Automate란 무엇입니까?

AutoReview for Power Automate은(는) WyattDave에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create Automated Review of Power Automate Cloud Flows"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AutoReview for Power Automate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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"
    }
}