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

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Workday Utilities

قم بتنزيل ملفات الامتداد Workday Utilities بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}