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文件

下载heylogin - 1-click login扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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