> For the complete documentation index, see [llms.txt](https://docs.powerdevbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerdevbox.com/autoreview/autoreview-chromium-extension.md).

# AutoReview - Chromium Extension

{% hint style="info" %}
This guide is still under development
{% endhint %}

{% embed url="<https://chromewebstore.google.com/detail/autoreview-for-power-auto/laaendfpgmhjilhjkbebekgdgfjaajif?authuser=1>" %}
Chrome Store
{% endembed %}

{% embed url="<https://microsoftedge.microsoft.com/addons/detail/autoreview-for-power-auto/hcfghiolngicahomcoalaakoobpkefkj>" %}
Edge Store
{% endembed %}

<figure><img src="/files/TPjnsv8HZcjM8Lar8c02" alt=""><figcaption></figcaption></figure>

Click on the AutoReview extension to open the menu and view the 9 options.

### Select Export

Opens the file selector to load either a legacy flow export or a solution containing flows. Once a export is uploaded to the extension (the file is processed in the browser only) the menu will update to show the export contents.

### Load Last Flow

AutoReview caches the last flow you selected (unfortunately not the solution), this allows you to to quickly open other files e.g. Open Review, Load Last Flow, Open Diagram

### Load Current Flow

If on a flow edit screen the 'Load Current Flow' option will show, this allows you to load the flow on the screen without having to export it. Please note:

* It loads the last published version, not what is on the screen
* Access may time out, when this happens the option will not show, simply refresh the browser to show the option again

### Guide

Opens this site

### Shortcut Keys

AutoReview has shortcut/hot keys for quick access to key functionality. This option shows the below list for reference.

| Key Combination | Function         |
| --------------- | ---------------- |
| ALT+L           | Load Previous    |
| ALT+R           | Open Review      |
| ALT+E           | Open Report      |
| ALT+D           | Open Diagram     |
| ALT+C           | Clear Last Saved |

### Download Config Files

Downloads a zip file containing the templates for setting your own configuration in the review function. See the Configuration section for more information.

### Restore Default Configs

Restores the review configuration to the default, removing any that you had previously uploaded.

### Report a Bug

Opens your email client to send any bugs you identify. Please include the following where possible

* Description of steps taken
* Screenshots/screen recording
* Copy of the export that generated the error

### Buy Me a Coffee

Show your support and buy me a coffee 😎 ☕💓

***

The extension will also show the current version number, clicking on the version will open the change log for AutoReview (this is not specific to just Chromium Extensions but all versions of AutoReview).

You can find the same log here: [https//powerdevbox.com/autoreview log.html](https://powerdevbox.com/autoreview%20log.html)

***

**Next Step - Flow Menu**

{% content-ref url="/pages/POKtoGxPmAGEi5r2WMM0" %}
[Menu](/autoreview/menu.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.powerdevbox.com/autoreview/autoreview-chromium-extension.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
