Workiva

Enhances functionality of the Workiva web applications

Was ist Workiva?

Workiva ist eine Chrome-Erweiterung, die von https://workiva.com entwickelt wurde, und ihr Hauptmerkmal ist "Enhances functionality of the Workiva web applications".

Erweiterungsscreenshots

screenshot

Workiva-Erweiterungs-CRX-Datei herunterladen

Laden Sie Workiva-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Workiva Workiva
ID gmppioheijlidaamfhpjkhijdnjdbkmm
Offizielle URL https://chromewebstore.google.com/detail/workiva/gmppioheijlidaamfhpjkhijdnjdbkmm
Beschreibung Enhances functionality of the Workiva web applications
Dateigröße 10.43 KB
Installationsanzahl 13,131
Aktuelle Version 1.1.2
Letztes Update 2023-08-16
Veröffentlichungsdatum 2016-11-09
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler https://workiva.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.workiva.com/legal/privacy-policy
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}