True Key™ by McAfee

Go ahead - forget your passwords. With the True Key app, you are the password.

True Key™ by McAfee란 무엇입니까?

True Key™ by McAfee은(는) https://truekey.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Go ahead - forget your passwords. With the True Key app, you are the password."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

True Key™ by McAfee 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Meet True Key™ by McAfee – the easier, safer way to unlock your digital world.

No more hassle of remembering multiple passwords – conveniently log in to your apps, sites and devices with the True Key app.

Quick and Simple Access
From the moment you open your browser, the True Key browser extension helps you access your accounts easily.
• Store and automatically fill in your password details
• Enjoy convenient access to your apps, websites and devices

Secure Your Identity
The True Key app gives you the freedom to add multiple layers of protection to access your True Key profile, including things like:
• 2nd Device authentication – use a mobile device to verify it’s you
• Trusted device – True Key recognizes which devices are yours
• Your one Master Password – that is never stored and known only by you

The more factors you add, the stronger your True Key profile will become.

Download the True Key app on all your devices and browsers for access wherever you are. Your data syncs automatically, so you’ll have the info you need, when you need it.

Learn more at www.truekey.com                    

확장 프로그램 기본 정보

이름 True Key™ by McAfee True Key™ by McAfee
ID cpaibbcbodhimfnjnakiidgbpiehfgci
공식 URL https://chromewebstore.google.com/detail/true-key-by-mcafee/cpaibbcbodhimfnjnakiidgbpiehfgci
설명 Go ahead - forget your passwords. With the True Key app, you are the password.
파일 크기 6.6 MB
설치 횟수 801,424
현재 버전 4.3.1.9339
최근 업데이트 2022-05-14
출시 날짜 2020-05-07
평점 4.71/5 총 15696 개의 평점
개발자 https://truekey.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.truekey.com
도움말 페이지 URL https://help.truekey.com
개인정보 보호 정책 페이지 URL https://www.truekey.com/privacy
지원되는 언어 de,en,fr,nl,no,tr,da,es,hr,it,hu,pl,pt-BR,pt-PT,sk,fi,sv,cs,el,sr,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.3.1.9339",
    "name": "True Key\u2122 by McAfee",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "resources\/icon16.png",
        "38": "resources\/icon38.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "cookies",
        "nativeMessaging",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "pages\/tk-inpages-frame.html",
        "pages\/dashboard.html",
        "scripts\/*.js.map"
    ],
    "browser_action": {
        "default_icon": {
            "19": "resources\/icon19.png",
            "38": "resources\/icon38.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/core-vendor.js",
            "scripts\/chrome-shim.js",
            "scripts\/common.js",
            "scripts\/core.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.doubleclick.net\/*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/www.facebook.com\/plugins\/*",
                "*:\/\/plusone.google.com\/_\/+1\/*",
                "*:\/\/metrics.truekey.com\/*",
                "*:\/\/webauthn.truekey.com\/v2\/bind.html"
            ],
            "js": [
                "scripts\/chrome-shim.js",
                "scripts\/common.js",
                "scripts\/translations.js",
                "scripts\/content-script-libs.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.doubleclick.net\/*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/www.facebook.com\/plugins\/*",
                "*:\/\/plusone.google.com\/_\/+1\/*",
                "*:\/\/metrics.truekey.com\/*",
                "*:\/\/webauthn.truekey.com\/v2\/bind.html"
            ],
            "js": [
                "scripts\/frames.js",
                "scripts\/content-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.doubleclick.net\/*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/www.facebook.com\/plugins\/*",
                "*:\/\/plusone.google.com\/_\/+1\/*",
                "*:\/\/metrics.truekey.com\/*",
                "*:\/\/webauthn.truekey.com\/v2\/bind.html"
            ],
            "js": [
                "scripts\/chrome-shim.js",
                "scripts\/translations.js",
                "scripts\/cs-loader.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/webauthn.truekey.com\/v2\/bind.html"
            ],
            "js": [
                "scripts\/windows-hello-auth.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "ids": [
            "fheoggkfdfchfphceeifdbepaooicaho",
            "klekeajafkkpokaofllcadenjdckhinm",
            "kanjcmmieblbpbihaafnedamppkhfadn",
            "fdhgeoginicibhagdmblfikbgbkahibd",
            "lamehkegphbbfdailghaeeleoajilfho"
        ],
        "matches": [
            "https:\/\/truekey.intelsecurity.com\/*",
            "https:\/\/d.tkassets.com\/*",
            "https:\/\/*.mcafee.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvwa5vIvzykR6lKlaEOSdRkBJl0eSLJT60v2Rvu5ZU\/cOA\/B44KDQeWctP5lrakilcGr6UgoA0mgNcdy1jMt2VeOtkweWPxb3sk++h3T5oTcOEeHbZhpPkKwpbo6lCoeWiumrNTcoOk9UrDkJ6PgPUy1CKtVvyfQ1qHHPK0PcsAonFnXNfWFDUNK1ApRnxU963UZe2nXXpBmUI9oLxR1WXuxBp1kmnPx1YzBtcG+ziukYRZQuN4WC\/lm\/N6Jm+4dkzjlHsFv6DrAZQAKXUKLYbMAtp8S7ZkN5r9mSn3K7MiuaLITEQgpQGjjrUDKljEmXDM+k7Z36iAekAEgHYw5ktwIDAQAB"
}