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
Eメール [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
        }
    }
}