Workiva
Enhances functionality of the Workiva web applications
Apa itu Workiva?
Workiva adalah ekstensi Chrome yang dikembangkan oleh https://workiva.com, dan fitur utamanya adalah "Enhances functionality of the Workiva web applications".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Workiva
Unduh file ekstensi Workiva dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Workiva |
ID | gmppioheijlidaamfhpjkhijdnjdbkmm |
URL Resmi | https://chromewebstore.google.com/detail/workiva/gmppioheijlidaamfhpjkhijdnjdbkmm |
Deskripsi | Enhances functionality of the Workiva web applications |
Ukuran File | 10.43 KB |
Jumlah Instalasi | 13,131 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2023-08-16 |
Tanggal Publikasi | 2016-11-09 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | https://workiva.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.workiva.com/legal/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } ] } |