Secret Server Clipboard Utility

Clipboard helper for Secret Server

Secret Server Clipboard Utility란 무엇입니까?

Secret Server Clipboard Utility은(는) delinea_extension_devs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clipboard helper for Secret Server"입니다.

확장 프로그램 스크린샷

screenshot

Secret Server Clipboard Utility 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Secret Server Clipboard Utility is a browser extension for Thycotic Secret Server that allows data transfer between Secret Server, the clipboard and the web browser.

The extension allows users to copy credentials and other field types from Thycotic  Secret Server, save those to the clipboard, and then allows those values to be pasted into web login pages. It also provides options to forcefully clear the clipboard at an interval or when the browser tab closes.

The Secret Server Clipboard Utility is primarily configured to work with Secret Server version 10.7.000002 and earlier. If users are running Secret Server version 10.7.00059 and later, then it is recommended to use the Secret Server Web Password Filler extension instead: https://chrome.google.com/webstore/detail/mfpddejbpnbjkjoaicfedaljnfeollkh                    

확장 프로그램 기본 정보

이름 Secret Server Clipboard Utility Secret Server Clipboard Utility
ID jhmhfmkkefhodppadapgpnaiccboohef
공식 URL https://chromewebstore.google.com/detail/secret-server-clipboard-u/jhmhfmkkefhodppadapgpnaiccboohef
설명 Clipboard helper for Secret Server
파일 크기 30.54 KB
설치 횟수 169,193
현재 버전 2.3.2
최근 업데이트 2020-07-14
출시 날짜 2020-07-14
평점 2.86/5 총 22 개의 평점
개발자 delinea_extension_devs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thycotic.com/products/secret-server/
도움말 페이지 URL https://thycotic.force.com/support/s/secretserver
개인정보 보호 정책 페이지 URL https://delinea.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.2",
    "name": "Secret Server Clipboard Utility",
    "description": "Clipboard helper for Secret Server",
    "short_name": "Clipboard helper for Secret Server",
    "manifest_version": 2,
    "minimum_chrome_version": "46",
    "author": "Thycotic Software LLC",
    "homepage_url": "http:\/\/updates.thycotic.net\/links.ashx?ClipboardUtility",
    "default_locale": "en",
    "background": {
        "scripts": [
            "storage.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoEn7IVn2GGoSymLKEhNCtooklimMHG+jmc3QeVLzNzHhGIliGtx7IVI8py7J5M3ZUiq5Bu1y3GVctJTDEiHbRjGvv52PNakjLWjUlmOJNBZ4HWAPGBc80bOAPMsJQmA0wPq0q6e9EJrd2mY5acwzCkDupnQuln4C\/YoROFwgi2wIDAQAB",
    "options_page": "options.html",
    "permissions": [
        "clipboardRead"
    ],
    "content_security_policy": "script-src 'self' 'sha256-lVNiaU+574ArBUIHZI1QRpEbie1Bb8Pq5LkjHMvEJZE=';  object-src 'self'"
}