Thycotic Access Controller

Thycotic Access Controller Extension for Chrome redefines security making it more... secure, fun and intuitive!

Thycotic Access Controller란 무엇입니까?

Thycotic Access Controller은(는) Onion ID에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Thycotic Access Controller Extension for Chrome redefines security making it more... secure, fun and intuitive!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Thycotic Access Controller 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Thycotic Access Controller Extension for Chrome redefines security, making it more secure and intuitive.
Thycotic Access Controller is the world's first SaaS Privileged Access Management Solution for Enterprises and small businesses to manage employee rights for web applications and infrastructure.                    

확장 프로그램 기본 정보

이름 Thycotic Access Controller Thycotic Access Controller
ID iecelabbmmbhdepbemppjplnkenhoemo
공식 URL https://chromewebstore.google.com/detail/thycotic-access-controlle/iecelabbmmbhdepbemppjplnkenhoemo
설명 Thycotic Access Controller Extension for Chrome redefines security making it more... secure, fun and intuitive!
파일 크기 2.63 MB
설치 횟수 243
현재 버전 3.2.1
최근 업데이트 2021-11-04
출시 날짜 2020-06-04
평점 1.00/5 총 1 개의 평점
개발자 Onion ID
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thycotic.com/
도움말 페이지 URL https://thycotic.com/support/
개인정보 보호 정책 페이지 URL https://www.onionid.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thycotic Access Controller",
    "version": "3.2.1",
    "description": "Thycotic Access Controller Extension for Chrome redefines security making it more... secure, fun and intuitive!",
    "permissions": [
        "activeTab",
        "geolocation",
        "tabs",
        "storage",
        "idle",
        "unlimitedStorage",
        "cookies",
        "contextMenus",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js",
            "crypto.js"
        ]
    },
    "icons": {
        "16": "thycotic-16.png",
        "19": "thycotic-19.png",
        "38": "thycotic-38.png",
        "48": "thycotic-48.png",
        "128": "thycotic-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "top.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "jQuery-International-Telephone\/build\/js\/intlTelInput.js",
                "js\/onionid-config.js",
                "js\/onionid-main.js",
                "js\/onionid-register.js",
                "js\/onionid-accounts.js",
                "jquery-ui\/jquery-ui.min.js",
                "crypto.js"
            ],
            "css": [
                "bootstrap.css",
                "jquery-ui.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "jsnlog.min.js",
                "js\/onionid-before.js",
                "jquery-ui\/jquery-ui.min.js",
                "crypto.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.woff2",
        "fonts\/*.otf",
        "images\/*.png",
        "images\/*.jpg",
        "html\/onionid-policy-popup.html",
        "html\/onionid-policy-popup-new.html",
        "html\/onionid-policy-popup-new-svg.html",
        "html\/onionid-application-popup.html",
        "html\/onionid-application-popup-svg.html",
        "html\/onionid-masterpass-popup.html",
        "html\/onionid-masterpass-accounts-popup.html",
        "html\/onionid-masterpass-update-popup.html",
        "html\/onionid-masterpass-update-email-popup.html",
        "html\/onionid-message.html",
        "html\/onionid-access-request-popup.html",
        "html\/onionid-register-popup.html",
        "html\/onionid-register-pin-popup.html",
        "html\/onionid-register-masterpass-popup.html",
        "html\/onionid-credentials-popup.html",
        "html\/onionid-credentials3-popup.html",
        "html\/onionid-credentials4-popup.html",
        "html\/onionid-credentials4-netdefend-popup.html",
        "html\/onionid-verify-credentials-popup.html",
        "html\/onionid-installation-choice-popup.html",
        "html\/onionid-top-banner.html",
        "html\/onionid-top-error-banner.html",
        "html\/onionid-top-popup-delay-banner.html",
        "html\/onionid-top-block-banner.html",
        "html\/onionid-top-access-request-banner.html",
        "html\/onionid-save-element-popup.html",
        "html\/onionid-ban.html",
        "html\/onionid-ban-restrict.html",
        "html\/onionid-yubikey-register.html",
        "html\/onionid-yubikey-authenticate.html",
        "html\/onionid-otp-popup.html",
        "onionid_config",
        "img\/*.png",
        "img\/*.jpg",
        "img\/*.gif",
        "img\/*.svg",
        "html\/svg\/*.html"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "thycotic-16.png"
    },
    "manifest_version": 2
}