Cyber-Ark Clipboard Extension

Provides integration for Cyber-Ark products with the user's clipboard. (C) Cyber-Ark Software, Ltd. All rights reserved.

Cyber-Ark Clipboard Extensionとは何ですか?

Cyber-Ark Clipboard Extensionはcyberark.developerによって開発されたChromeの拡張機能で、その主な機能は「Provides integration for Cyber-Ark products with the user's clipboard. (C) Cyber-Ark Software, Ltd. All rights reserved.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Cyber-Ark Clipboard Extension拡張機能のCRXファイルをダウンロード

Cyber-Ark Clipboard Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows the CyberArk Password Vault Web Access to access a user’s clipboard.

For security reasons, some browsers prevent programmatic access to the clipboard. This prevents CyberArk Password Vault Web Access users from being able to copy account content when needed. The CyberArk Password Vault Web Access Clipboard extension enables CyberArk Password Vault Web Access users to continue to copy and paste from the clipboard. 
Please note that clipboard content will be deleted after 25 seconds, or when the user signs out in order to make sure account content is not kept in the clipboard. 

This extension is supported in CyberArk Password Vault Web Access versions earlier than 12.0. It is not supported in versions 12.0 or later. 

Use of this extension is governed by the following license terms: https://www.cyberark.com/EULA.pdf. Please see the section describing free of charge software (“Free Trial or Beta Versions of the Software”).                    

拡張機能の基本情報

名前 Cyber-Ark Clipboard Extension Cyber-Ark Clipboard Extension
ID ndaciljfdnekbnmcpjidoebejglcjidc
公式URL https://chromewebstore.google.com/detail/cyber-ark-clipboard-exten/ndaciljfdnekbnmcpjidoebejglcjidc
説明 Provides integration for Cyber-Ark products with the user's clipboard. (C) Cyber-Ark Software, Ltd. All rights reserved.
ファイルサイズ 25.24 KB
インストール数 1,625,868
現在のバージョン 2.1
最終更新日 2023-11-27
公開日 2018-08-28
評価 4.17/5 合計 18 レビュー
開発者 cyberark.developer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.cyberark.com
ヘルプページのURL https://www.cyberark.com/customer-support/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyber-Ark Clipboard Extension",
    "version": "2.1",
    "description": "Provides integration for Cyber-Ark products with the user's clipboard. (C) Cyber-Ark Software, Ltd. All rights reserved.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite"
    ],
    "content_security_policy": "default-src 'self'",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "clipboardextensionchrome.js"
            ]
        }
    ]
}