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.
擴展基本資訊
名稱 | WD Sidekick |
ID | gcbmmknadmjkdfjiflnmgohediamfdki |
官方網址 | 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": [ " |