WD Sidekick
Workday helper functions.
Wat is WD Sidekick?
WD Sidekick is een Chrome-extensie ontwikkeld door Whitley Media, en de belangrijkste functie is "Workday helper functions.".
Extensie Screenshots
Download het CRX-bestand van de extensie WD Sidekick
Download WD Sidekick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Manage bookmarks for Workday. Includes start/stop proxy and login links. Appears in the Chrome side panel for easy access. Basisinformatie over de Extensie
| Naam | |
| ID | gcbmmknadmjkdfjiflnmgohediamfdki |
| Officiële URL | https://chromewebstore.google.com/detail/wd-sidekick/gcbmmknadmjkdfjiflnmgohediamfdki |
| Beschrijving | Workday helper functions. |
| Bestandsgrootte | 255 KB |
| Aantal Installaties | 80 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2024-02-25 |
| Publicatiedatum | 2024-02-05 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Whitley Media |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/swhitley/wd-sidekick |
| Help Pagina-URL | https://github.com/swhitley/wd-sidekick/issues |
| Ondersteunde Talen | 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": [
" | |