Workiva

Enhances functionality of the Workiva web applications

What is Workiva?

Workiva is a Chrome extension developed by https://workiva.com, and its main feature is "Enhances functionality of the Workiva web applications".

Extension Screenshots

screenshot

Download Workiva Extension CRX File

Download Workiva extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Workiva Workiva
ID gmppioheijlidaamfhpjkhijdnjdbkmm
Official URL https://chromewebstore.google.com/detail/workiva/gmppioheijlidaamfhpjkhijdnjdbkmm
Description Enhances functionality of the Workiva web applications
File Size 10.43 KB
Installation Count 13,131
Current Version 1.1.2
Last Updated 2023-08-16
Publish Date 2016-11-09
Rating 4.00/5 Total 4 Ratings
Developer https://workiva.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.workiva.com/legal/privacy-policy
Supported Languages 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\/*"
            ]
        }
    ]
}