Secret Server Clipboard Utility

Clipboard helper for Secret Server

Secret Server Clipboard Utilityคืออะไร?

Secret Server Clipboard Utility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย delinea_extension_devs และคุณลักษณะหลักของมันคือ "Clipboard helper for Secret Server"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secret Server Clipboard Utility

ดาวน์โหลดไฟล์ส่วนขยาย Secret Server Clipboard Utility ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}