WD Sidekick
Workday helper functions.
什么是WD Sidekick?
WD Sidekick是由Whitley Media开发的Chrome扩展程序,该扩展的主要功能是“Workday helper functions.”。
扩展截图
下载WD Sidekick扩展crx文件
下载WD Sidekick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Manage bookmarks for Workday. Includes start/stop proxy and login links. Appears in the Chrome side panel for easy access.                     扩展基本信息
| 名称 |   |  
| ID | gcbmmknadmjkdfjiflnmgohediamfdki | 
| 官方URL | https://chromewebstore.google.com/detail/wd-sidekick/gcbmmknadmjkdfjiflnmgohediamfdki | 
| 简介 | Workday helper functions. | 
| 文件大小 | 255 KB | 
| 安装次数 | 80 | 
| 当前版本 | 1.0.4 | 
| 更新时间 | 2024-02-25 | 
| 上架时间 | 2024-02-05 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | Whitley Media | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/swhitley/wd-sidekick | 
| 帮助页面URL | https://github.com/swhitley/wd-sidekick/issues | 
| 支持的语言 | 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": [
                "  |  |