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. 扩展基本信息
| 名称 | |
| ID | gmppioheijlidaamfhpjkhijdnjdbkmm |
| 官方URL | 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\/*"
]
}
]
} | |