Workday Utilities

This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.

Что такое Workday Utilities?

Workday Utilities - это расширение Chrome, разработанное workdaybrains, и его основная функция - "This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Workday Utilities

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

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

                        Workday Utilities is developed for helping workday developers. This will help creating an XSLT code based on the custom advanced report. Use the below link for latest news, updates, releases and future releases.

https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit                    

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

Название Workday Utilities Workday Utilities
ID dfplhdepcjbplijcplkpeapjadfepfjh
Официальный URL https://chromewebstore.google.com/detail/workday-utilities/dfplhdepcjbplijcplkpeapjadfepfjh
Описание This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.
Размер файла 31.29 KB
Количество установок 700
Текущая Версия 1.5
Последнее Обновление 2023-07-20
Дата публикации 2022-08-06
Рейтинг 5.00/5 Всего 2 оценок
Разработчик workdaybrains
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit
URL страницы помощи https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Workday Utilities",
    "description": "This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.",
    "version": "1.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.workday.com\/*\/d\/inst\/*\/*1422*htmld*",
                "https:\/\/*.workdaysuv.com\/*\/d\/inst\/*\/*1422*htmld*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Workday Utilities",
        "default_icon": {
            "16": "images\/wda16.png",
            "32": "images\/wda32.png",
            "64": "images\/wda64.png",
            "128": "images\/wda128.png"
        }
    },
    "icons": {
        "16": "images\/wda16.png",
        "32": "images\/wda32.png",
        "64": "images\/wda64.png",
        "128": "images\/wda128.png"
    }
}