Workday Utilities
This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.
Wat is Workday Utilities?
Workday Utilities is een Chrome-extensie ontwikkeld door workdaybrains, en de belangrijkste functie is "This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Workday Utilities
Download Workday Utilities-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Workday Utilities |
ID | dfplhdepcjbplijcplkpeapjadfepfjh |
Officiële URL | https://chromewebstore.google.com/detail/workday-utilities/dfplhdepcjbplijcplkpeapjadfepfjh |
Beschrijving | This tool is developed by Workday Brains to increase usability and productivity for Workday Developers. |
Bestandsgrootte | 31.29 KB |
Aantal Installaties | 700 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2023-07-20 |
Publicatiedatum | 2022-08-06 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | workdaybrains |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit |
Help Pagina-URL | https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit |
Ondersteunde Talen | 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" } } |