WD Sidekick
Workday helper functions.
What is WD Sidekick?
WD Sidekick is a Chrome extension developed by Whitley Media, and its main feature is "Workday helper functions.".
Extension Screenshots
Download WD Sidekick Extension CRX File
Download WD Sidekick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Manage bookmarks for Workday. Includes start/stop proxy and login links. Appears in the Chrome side panel for easy access.
Extension Basic Information
Name | WD Sidekick |
ID | gcbmmknadmjkdfjiflnmgohediamfdki |
Official URL | https://chromewebstore.google.com/detail/wd-sidekick/gcbmmknadmjkdfjiflnmgohediamfdki |
Description | Workday helper functions. |
File Size | 255 KB |
Installation Count | 80 |
Current Version | 1.0.4 |
Last Updated | 2024-02-25 |
Publish Date | 2024-02-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Whitley Media |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/swhitley/wd-sidekick |
Help Page URL | https://github.com/swhitley/wd-sidekick/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4", "manifest_version": 3, "name": "WD Sidekick", "description": "Workday helper functions.", "permissions": [ "activeTab", "storage", "sidePanel", "scripting", "tabs", "bookmarks" ], "minimum_chrome_version": "114", "action": { "default_title": "Click to open panel" }, "side_panel": { "default_path": "assets\/sidePanel.html" }, "host_permissions": [ "*:\/\/*.workday.com\/*", "*:\/\/*.myworkday.com\/*", "*:\/\/*.workdaysuv.com\/*", "*:\/\/*.myworkdaygov.com\/*" ], "icons": { "128": "assets\/images\/favicon.png" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "assets\/**", "content.js.map" ], "matches": [ " |