Workday Utilities

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

Hvad er Workday Utilities?

Workday Utilities er en Chrome-udvidelse udviklet af workdaybrains, og dens hovedfunktion er "This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Workday Utilities-udvidelses-CRX-fil

Download Workday Utilities-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Workday Utilities Workday Utilities
ID dfplhdepcjbplijcplkpeapjadfepfjh
Officiel URL https://chromewebstore.google.com/detail/workday-utilities/dfplhdepcjbplijcplkpeapjadfepfjh
Beskrivelse This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.
Filstørrelse 31.29 KB
Antal Installationer 700
Nuværende Version 1.5
Senest Opdateret 2023-07-20
Udgivelsesdato 2022-08-06
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler workdaybrains
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit
Hjælpeside-URL https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit
Understøttede Sprog 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"
    }
}