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

screenshot

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 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 [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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": " default-src 'self'; connect-src 'self' https:\/\/apis.google.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; font-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; img-src 'unsafe-inline' 'self' data: https:\/\/upload.wikimedia.org; "
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjf3cv1GT3tG8CYYW2WbPcZT8OIEWuTCn7vxNVyoGvPrgr3ZoqI0FK5ikrXIQUVU\/JeOwNAEMhYJ9ebHfI7no8TMevvenVpBO+yi9fBPI4bprCMUr3ieU\/SbJZpUNgJLHea+dJMRkSdPCWzopDELQpfj94eMoJKHXQXr5bapHgzA9z\/7U4BHK7HDgyxajy5USDaQ+rPpDGarEON0I2h5glrT\/NMg4Ugzu2Qt5g9pJK13b8ASnqnBsSuHXQtlHPJg3qwqtXMJgkYCFw\/LGtQxUb5m5JJsOhM4gJccBnEbtT\/Q2mOYA\/j8lnGSlyGUHeSynh1f7JYx4igJTAnnih1m\/aQIDAQAB"
}