Workday Utilities

This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.

Workday Utilities là gì?

Workday Utilities là một tiện ích mở rộng Chrome được phát triển bởi workdaybrains, và tính năng chính của nó là "This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Workday Utilities

Tải xuống các tệp mở rộng Workday Utilities dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Workday Utilities Workday Utilities
ID dfplhdepcjbplijcplkpeapjadfepfjh
URL Chính Thức https://chromewebstore.google.com/detail/workday-utilities/dfplhdepcjbplijcplkpeapjadfepfjh
Mô tả This tool is developed by Workday Brains to increase usability and productivity for Workday Developers.
Kích Thước Tệp 31.29 KB
Số Lần Cài Đặt 700
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-07-20
Ngày Phát Hành 2022-08-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển workdaybrains
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit
URL Trang Trợ Giúp https://docs.google.com/document/d/1WDsQJ8s_Nn8SlK5N9bKgGRV3FIGtKbSqqKQaqEU2zjI/edit
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}