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 |
公式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 |
Eメール | [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" } } |