AutoReview for Power Automate
Create Automated Review of Power Automate Cloud Flows
O que é AutoReview for Power Automate?
AutoReview for Power Automate é uma extensão do Chrome desenvolvida por WyattDave, e sua principal característica é "Create Automated Review of Power Automate Cloud Flows".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AutoReview for Power Automate
Baixe arquivos de extensão AutoReview for Power Automate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | laaendfpgmhjilhjkbebekgdgfjaajif |
| URL Oficial | https://chromewebstore.google.com/detail/autoreview-for-power-auto/laaendfpgmhjilhjkbebekgdgfjaajif |
| Descrição | Create Automated Review of Power Automate Cloud Flows |
| Tamanho do Arquivo | 4.9 MB |
| Contagem de Instalações | 427 |
| Versão Atual | 2.3.8 |
| Última Atualização | 2024-02-26 |
| Data de Publicação | 2022-11-23 |
| Classificação | 5.00/5 Total de 2 Avaliações |
| Desenvolvedor | WyattDave |
| [email protected] | |
| Tipo de Pagamento | free |
| Site da Extensão | https://pa-autoreview.weebly.com/ |
| URL da Página de Ajuda | https://pa-autoreview.weebly.com/guide.html |
| Idiomas Suportados | 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"
}
} | |