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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides integration for Cyber-Ark products with the user's clipboard. (C) Cyber-Ark Software, Ltd. All rights reserved."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cyber-Ark Clipboard Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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" ] } ] } |