Workiva
Enhances functionality of the Workiva web applications
Vad är Workiva?
Workiva är en Chrome-tillägg utvecklad av https://workiva.com, och dess huvudfunktion är "Enhances functionality of the Workiva web applications".
Tilläggsskärmbilder
Ladda ner Workiva-förlängningens CRX-fil
Ladda ner Workiva-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gmppioheijlidaamfhpjkhijdnjdbkmm |
| Officiell webbadress | https://chromewebstore.google.com/detail/workiva/gmppioheijlidaamfhpjkhijdnjdbkmm |
| Beskrivning | Enhances functionality of the Workiva web applications |
| Filstorlek | 10.43 KB |
| Antal Installationer | 13,131 |
| Aktuell Version | 1.1.2 |
| Senast Uppdaterad | 2023-08-16 |
| Publiceringsdatum | 2016-11-09 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | https://workiva.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.workiva.com/legal/privacy-policy |
| Stödda Språk | 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\/*"
]
}
]
} | |