Workday Utilities

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

Was ist Workday Utilities?

Workday Utilities ist eine Chrome-Erweiterung, die von workdaybrains entwickelt wurde, und ihr Hauptmerkmal ist "This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Workday Utilities-Erweiterungs-CRX-Datei herunterladen

Laden Sie Workday Utilities-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Workday Utilities Workday Utilities
ID dfplhdepcjbplijcplkpeapjadfepfjh
Offizielle URL https://chromewebstore.google.com/detail/workday-utilities/dfplhdepcjbplijcplkpeapjadfepfjh
Beschreibung This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.
Dateigröße 31.29 KB
Installationsanzahl 700
Aktuelle Version 1.5
Letztes Update 2023-07-20
Veröffentlichungsdatum 2022-08-06
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler workdaybrains
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit
Hilfeseite URL https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit
Unterstützte Sprachen 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"
    }
}