Heroauth Extension

Super secure password manager on the cloud

Heroauth Extensionคืออะไร?

Heroauth Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://heroauth.com และคุณลักษณะหลักของมันคือ "Super secure password manager on the cloud"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Heroauth Extension

ดาวน์โหลดไฟล์ส่วนขยาย Heroauth Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is the browser extension to Heroauth mobile app.
This extension prompts to create sign in credentials, and autofill forms through secure authentication.

What is Heroauth?
Heroauth is a FREE password manager and password generator that locks your passwords in a secure vault. Heroauth makes password retrieval secure and instant.

No new password is needed with Heroauth - simply use your existing Facebook or Google for oauth automatic login. Use your fingerprint or a PIN to access your vault conveniently.


NEW TO Heroauth?
Download Heroauth now and get the protection you need completely for free. You can use Heroauth across all your devices, including phones, tablets, and personal computers, for free.

Simply use your existing Facebook or Google and create an account instantly!

Heroauth simplifies online life:

Password manager – Secure vault keeps your passwords safe
- Password keeper - save personal info for all of your online accounts
- Secure vault holds all passwords – login with one password instead of dozens
- Anything you save on one device is instantly available on all your other devices


Password Keeper - Store & search logins & notes from your vault
- Password manager makes it easy to store, save & search passwords from all your sites & apps

Finger Scan Lock – Finger print lock secures passwords
- Fingerprint password activation – Scan your fingerprint and unlock your vault
- Autofill with fingerprint password fills

Data manager - Organize passwords in tags
- Use hashtags for easy searching
- No limit to the number of hashtags


Password Generator – Generate secure, customized passwords
- Generate new passwords for all of your logins and apps

Heroauth never has the key to your encrypted data, so your information remains safe. Your vault is encrypted with bank-level, AES 256-bit encryption.

Heroauth is the easiest way to keep your password safe. Lock passwords, notes & photos with award-winning security.

Download Heroauth on the app store today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Heroauth Extension Heroauth Extension
ID doebcoelffhdooojdjaibffpepjpjghk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/heroauth-extension/doebcoelffhdooojdjaibffpepjpjghk
คำอธิบาย Super secure password manager on the cloud
ขนาดไฟล์ 2.89 MB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2018-12-26
วันที่เผยแพร่ 2018-12-26
ผู้พัฒนา https://heroauth.com
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://heroauth.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Heroauth Extension",
    "short_name": "Super secure password manager on the cloud",
    "description": "Super secure password manager on the cloud",
    "version": "3.2",
    "browser_action": {
        "default_icon": {
            "16": "images\/[email protected]",
            "24": "images\/[email protected]",
            "32": "images\/[email protected]"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "cookies",
        "contextMenus",
        "debugger",
        "http:\/\/localhost:3001\/*",
        "http:\/\/localhost:6150\/*",
        "http:\/\/localhost:8000\/*",
        "http:\/\/localhost:8001\/*",
        "http:\/\/localhost:7500\/*",
        "https:\/\/heroauth.com\/",
        "https:\/\/*.heroauth.com\/",
        "https:\/\/*.heroauth.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}