Workiva

Enhances functionality of the Workiva web applications

Workiva란 무엇입니까?

Workiva은(는) https://workiva.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances functionality of the Workiva web applications"입니다.

확장 프로그램 스크린샷

screenshot

Workiva 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Workiva
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\/*"
            ]
        }
    ]
}