Everykey Chrome

Everykey unlocks your devices and logs you into websites when you're around, then locks it all back down when you're not.

Everykey Chrome란 무엇입니까?

Everykey Chrome은(는) https://everykey.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Everykey unlocks your devices and logs you into websites when you're around, then locks it all back down when you're not."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Everykey Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When Everykey is close to your phone, laptop, tablet, house, car, or another access-controlled device, it unlocks that device. When you walk away, that device locks back down. Everykey can also log you into your website accounts and generate secure passwords for new website accounts. If you lose your Everykey, you can remotely freeze it, so no one else can use it.


FEATURES OF EVERYKEY FOR CHROME

Everykey for Chrome has been reworked from the ground up in version 3

Remember Passwords - Remembered passwords can be used on any device that's tied to your account

Automatic Login - Login to any website that Everykey has remembered a password for

Multiple Accounts - Remember passwords for multiple accounts on the same webiste

Password Generation - Generate unique random and secure password for new website accounts


WINDOWS OR MAC APP REQUIRED

Everykey for Windows or Everykey for macOS is required in order to use Everykey for Chrome.


EVERYKEY REQUIRED

An Everykey is required in order to use Everykey for Chrome. You can purchase an Everykey from the Everykey website:

https://everykey.com                    

확장 프로그램 기본 정보

이름 Everykey Chrome Everykey Chrome
ID ihmelecnjfkpjfhnofdegegekeeoiiel
공식 URL https://chromewebstore.google.com/detail/everykey-chrome/ihmelecnjfkpjfhnofdegegekeeoiiel
설명 Everykey unlocks your devices and logs you into websites when you're around, then locks it all back down when you're not.
파일 크기 8.58 MB
설치 횟수 2,065
현재 버전 3.15.0
최근 업데이트 2023-12-20
출시 날짜 2020-03-18
평점 2.83/5 총 29 개의 평점
개발자 https://everykey.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.everykey.com
도움말 페이지 URL https://everykey.com/support
개인정보 보호 정책 페이지 URL https://everykey.com/legal
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everykey Chrome",
    "version": "3.15.0",
    "version_name": "3.15.0",
    "description": "Everykey unlocks your devices and logs you into websites when you're around, then locks it all back down when you're not.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/browser-action-icon-dark.png",
        "default_title": "Everykey",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "trigger-focused-in-field-icon": {
            "description": "Open the Everykey overlay when a field is focused"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false
    },
    "minimum_chrome_version": "73",
    "permissions": [
        "cookies",
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "*.html"
    ]
}