Workiva
Enhances functionality of the Workiva web applications
什麼是Workiva?
Workiva是由https://workiva.com開發的Chrome擴展程式,該擴展的主要功能是“Enhances functionality of the Workiva web applications”。
擴展截圖
下載Workiva擴展crx文件
下載Workiva擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Workiva |
ID | gmppioheijlidaamfhpjkhijdnjdbkmm |
官方網址 | https://chromewebstore.google.com/detail/workiva/gmppioheijlidaamfhpjkhijdnjdbkmm |
簡介 | Enhances functionality of the Workiva web applications |
檔案大小 | 10.43 KB |
安裝次數 | 13,131 |
目前版本 | 1.1.2 |
更新時間 | 2023-08-16 |
上架時間 | 2016-11-09 |
評分 | 4.00/5 共 4 次評分 |
開發者 | https://workiva.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.workiva.com/legal/privacy-policy |
支援的語言 | 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\/*" ] } ] } |