> 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/appreview/appreview-chromium-extension.md).

# AppReview - Chromium Extension

{% embed url="<https://chromewebstore.google.com/detail/appreview-for-power-apps/ccbebeaigpaeemcmmeafnlbfnpeihgjn>" %}
Chrome Store
{% endembed %}

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

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

Click on the AppReview extension to open the menu and view any options.

### Select Export

Opens the file selector to load either a legacy app export or a solution containing a canvas app. Once a export is uploaded to the extension (the file is processed in the browser only) the code review report will open.

### Code Block only 'On' parameters

Due to the volume of code in some apps there is a option to only show 'On' based code. This means or code from other parameters like visible, height, x, colour, will not appear in the code block, only code based on interactions like onClick, onChange, onVisible.

### Load Last App

AppReview caches the last app you uploaded, this allows you to to quickly reopen the report.

### Buy Me a Coffee

Show your support and buy me a coffee 😎 ☕💓


---

# 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/appreview/appreview-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.
