WD Sidekick
Workday helper functions.
Cos'è WD Sidekick?
WD Sidekick è un'estensione di Chrome sviluppata da Whitley Media, e la sua funzione principale è "Workday helper functions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WD Sidekick
Scarica i file di estensione WD Sidekick in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Manage bookmarks for Workday. Includes start/stop proxy and login links. Appears in the Chrome side panel for easy access.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | gcbmmknadmjkdfjiflnmgohediamfdki | 
| URL Ufficiale | https://chromewebstore.google.com/detail/wd-sidekick/gcbmmknadmjkdfjiflnmgohediamfdki | 
| Descrizione | Workday helper functions. | 
| Dimensione del File | 255 KB | 
| Conteggio Installazioni | 80 | 
| Versione Corrente | 1.0.4 | 
| Ultimo Aggiornamento | 2024-02-25 | 
| Data di Pubblicazione | 2024-02-05 | 
| Valutazione | 5.00/5 Totale 2 Valutazioni | 
| Sviluppatore | Whitley Media | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/swhitley/wd-sidekick | 
| URL della Pagina di Aiuto | https://github.com/swhitley/wd-sidekick/issues | 
| Lingue Supportate | 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": [
                "  |  |