Workday Utilities

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

什么是Workday Utilities?

Workday Utilities是由workdaybrains开发的Chrome扩展程序,该扩展的主要功能是“This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.”。

扩展截图

screenshot
screenshot
screenshot

下载Workday Utilities扩展crx文件

下载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"
    }
}