AppReview for Power Apps

Create Automated Code Review of Canvas Power Apps

Что такое AppReview for Power Apps?

AppReview for Power Apps - это расширение Chrome, разработанное WyattDave, и его основная функция - "Create Automated Code Review of Canvas Power Apps".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AppReview for Power Apps

Скачайте файлы расширений AppReview for Power Apps в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Automatic Code Review For Microsoft Power Apps. Upload your solution or legacy app zip and AppReview extracts key information from the Power App and solution, this includes:

-Experimental Settings
-Screens
-Components
-Variables
-Formula
-Connections
-Data sources
-Flows
-Environment Variables
-Tables
-Test scripts
-Code Review Scoring / Flags 
-Simple screen diagram

Key Features:
-All component code shown in one screen
-Connection privileges used

Coming soon
-Ability to select if solution includes more than one canvas app
-Bug fix for not support custom componets                    

Основная информация о расширении

Название AppReview for Power Apps AppReview for Power Apps
ID ccbebeaigpaeemcmmeafnlbfnpeihgjn
Официальный URL https://chromewebstore.google.com/detail/appreview-for-power-apps/ccbebeaigpaeemcmmeafnlbfnpeihgjn
Описание Create Automated Code Review of Canvas Power Apps
Размер файла 11.57 MB
Количество установок 382
Текущая Версия 1.0.8
Последнее Обновление 2024-03-04
Дата публикации 2023-06-11
Рейтинг 5.00/5 Всего 2 оценок
Разработчик WyattDave
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AppReview for Power Apps",
    "version": "1.0.8",
    "description": "Create Automated Code Review of Canvas Power Apps",
    "icons": {
        "128": "AppReview Icon 128.png"
    },
    "manifest_version": 3,
    "author": "David Wyatt",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+A",
                "mac": "Command+R"
            },
            "description": "Launch Window",
            "global": true
        }
    },
    "permissions": [],
    "action": {
        "default_popup": "index.htm",
        "default_title": "AppReview"
    }
}