Workiva

Enhances functionality of the Workiva web applications

Cos'è Workiva?

Workiva è un'estensione di Chrome sviluppata da https://workiva.com, e la sua funzione principale è "Enhances functionality of the Workiva web applications".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Workiva

Scarica i file di estensione Workiva 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

                        The Workiva Chrome extension empowers people to leverage the context menu to perform Cut, Copy and Paste actions in Workiva applications with ease; all without forcing the use of keyboard shortcuts. This is a common interaction people are used to in many applications. Installing it can improve workflow and remove any need to message limitations to cut/copy/paste actions.                    

Informazioni di Base sull'Estensione

Nome Workiva Workiva
ID gmppioheijlidaamfhpjkhijdnjdbkmm
URL Ufficiale https://chromewebstore.google.com/detail/workiva/gmppioheijlidaamfhpjkhijdnjdbkmm
Descrizione Enhances functionality of the Workiva web applications
Dimensione del File 10.43 KB
Conteggio Installazioni 13,131
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-08-16
Data di Pubblicazione 2016-11-09
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://workiva.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.workiva.com/legal/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workiva",
    "description": "Enhances functionality of the Workiva web applications",
    "version": "1.1.2",
    "icons": {
        "128": "img\/w_128.png",
        "64": "img\/w_64.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wdesk.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/background_copy_paste.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_shared.js"
            ],
            "matches": [
                "*:\/\/*.wdesk.com\/*"
            ]
        }
    ]
}