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 | 
| Eメール | [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\/*"
            ]
        }
    ]
}  |  |