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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Workday Utilities 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}