Workday Utilities
This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.
什麼是Workday Utilities?
Workday Utilities是由workdaybrains開發的Chrome擴展程式,該擴展的主要功能是“This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.”。
擴展截圖
下載Workday Utilities擴展crx文件
下載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 |
官方網址 | 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" } } |