Workday Utilities
This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.
Τι είναι το Workday Utilities;
Το Workday Utilities είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον workdaybrains, και η κύρια λειτουργία του είναι "This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Workday Utilities
Λήψη αρχείων επέκτασης 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 |
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" } } |