Workiva

Enhances functionality of the Workiva web applications

Qu'est-ce que Workiva ?

Workiva est une extension Chrome développée par https://workiva.com, et sa fonction principale est "Enhances functionality of the Workiva web applications".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Workiva

Téléchargez les fichiers d'extension Workiva au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Workiva Workiva
ID gmppioheijlidaamfhpjkhijdnjdbkmm
URL Officiel https://chromewebstore.google.com/detail/workiva/gmppioheijlidaamfhpjkhijdnjdbkmm
Description Enhances functionality of the Workiva web applications
Taille du Fichier 10.43 KB
Nombre d'Installations 13,131
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-08-16
Date de Publication 2016-11-09
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://workiva.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.workiva.com/legal/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}