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" } } |