Workday Utilities
This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.
Workday Utilities क्या है?
Workday Utilities workdaybrains द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tool is developed by Workday Brains to increase usability and productivity for Workday Developers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Workday Utilities एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |