heylogin - 1-click login

Login to any website with just one click. Use your phone to securely confirm logins - you have full control.

heylogin - 1-click login란 무엇입니까?

heylogin - 1-click login은(는) https://heylogin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Login to any website with just one click. Use your phone to securely confirm logins - you have full control."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

heylogin - 1-click login 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With heylogin you never have to worry about forgetting credentials or resetting passwords ever again! heylogin is a next-generation login experience, going one step further in comparison to traditional password managers.

• 1-click-login for all websites
• Use your phone for everyday logins. PIN, Fingerprint or Face Unlock - you have full control.
• No username. No password. Blazing fast.
• All your logins. Even the one you forgot about years ago.
• Bye password - hey login

You need to install heylogin on Android or iOS to use this extension.                    

확장 프로그램 기본 정보

이름 heylogin - 1-click login heylogin - 1-click login
ID kghbmcgihmefcbjlfiafjcigdcbmecbf
공식 URL https://chromewebstore.google.com/detail/heylogin-1-click-login/kghbmcgihmefcbjlfiafjcigdcbmecbf
설명 Login to any website with just one click. Use your phone to securely confirm logins - you have full control.
파일 크기 15.53 MB
설치 횟수 7,348
현재 버전 1.1.0
최근 업데이트 2024-02-28
출시 날짜 2021-01-13
평점 4.93/5 총 68 개의 평점
개발자 https://heylogin.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.heylogin.com/store/chrome
도움말 페이지 URL https://www.heylogin.com/support/chrome
개인정보 보호 정책 페이지 URL https://www.heylogin.com/privacy
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.1.0.5964",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "heylogin",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "privacy",
        "",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "iframe.html",
        "images\/popup-spinner.png",
        "images\/popup-background-portrait.png",
        "images\/popup-background-landscape.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "omnibox": {
        "keyword": "hey"
    },
    "commands": {
        "search": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "__MSG_searchCommandDescription__",
            "global": true
        }
    }
}