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 هو إضافة Chrome تم تطويرها بواسطة https://heylogin.com، والميزة الرئيسية لها هي "Login to any website with just one click. Use your phone to securely confirm logins - you have full control.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة heylogin - 1-click login

قم بتنزيل ملفات الامتداد heylogin - 1-click login بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.heylogin.com/support/chrome
عنوان صفحة سياسة الخصوصية 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
        }
    }
}