Chiff

Chiff allows you to log in to any website using your phone, making logging in safer and simpler.

Chiffคืออะไร?

Chiff เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chiff.app และคุณลักษณะหลักของมันคือ "Chiff allows you to log in to any website using your phone, making logging in safer and simpler."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        With Chiff's browser extension you can securely connect your Chiff app to your browser by scanning a QR-code. Whenever you want to log in to a website, you receive a push message on your phone that you authorize with TouchID, FaceID or a passcode. Chiff sends your credentials to your browser and automatically logs you in. You don't need to remember a single password anymore!

This extension is used in conjunction with the Chiff app. You can download the Chiff app in Apple's App Store or Google's Play Store.

Why Chiff?

Since the start of the Internet we've been logging in with passwords, but this is a growing problem. To be safe, we must use unique and complex passwords for each website, which we also have to change regularly. But why do we still log in with passwords, while we can unlock our mobile phones with just our fingerprint? It's time for a different way of logging in. It's time for Chiff.

What is Chiff?

- Log in to every website with your fingerprint or face by authorizing a push notification on your phone.
- Free for personal use.
- Use long, complex and unique passwords for all accounts.
- Passwords are securely stored on your phone.
- Supports multiple authentication methods such as One Time Passwords (OTP) and WebAuthn. 
- The new way of logging in.

Security is our top priority. The security of the app and extension have been extensively tested by an independent third party. Moreover, Chiff never has access to your sensitive data. Your passwords are securely stored on your phone and every message between the app and browser is end-to-end encrypted, so even we cannot decrypt it. Besides being very secure, it makes Chiff also privacy-friendly.

This project has received funding from the European Union's Horizon2020 research and innovation programme under the NGI_TRUST grant agreement no 825618.

Do you have any questions regarding Chiff? Visit https://chiff.app or send us an email. We always like to hear from you!

Terms of use: https://chiff.app/terms
Privacy policy: https://chiff.app/privacy                    

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

ชื่อ Chiff Chiff
ID gmibdjdkbbogofjhcjaegbpflbfglmhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chiff/gmibdjdkbbogofjhcjaegbpflbfglmhm
คำอธิบาย Chiff allows you to log in to any website using your phone, making logging in safer and simpler.
ขนาดไฟล์ 1.85 MB
จำนวนการติดตั้ง 177
เวอร์ชันปัจจุบัน 3.5.1
อัปเดตครั้งล่าสุด 2023-12-16
วันที่เผยแพร่ 2020-06-25
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://chiff.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chiff.app
URL หน้าช่วยเหลือ https://chiff.app/faq
URL หน้านโยบายความเป็นส่วนตัว https://chiff.app/privacy
ภาษาที่รองรับ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chiff",
    "author": "Chiff B.V.",
    "version": "3.5.1",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon-16x16.png",
            "32": "assets\/icon-32x32.png"
        },
        "default_popup": "popup\/index.html"
    },
    "commands": {
        "login": {
            "suggested_key": {
                "default": "Ctrl+K"
            },
            "description": "Log in with Chiff."
        }
    },
    "background": {
        "page": "background\/index.html",
        "persistent": false
    },
    "icons": {
        "16": "assets\/icon-16x16.png",
        "32": "assets\/icon-32x32.png",
        "48": "assets\/icon-48x48.png",
        "96": "assets\/icon-96x96.png",
        "128": "assets\/icon-128x128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "contextMenus",
        "cookies",
        "webNavigation",
        "privacy",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/content\/content.global.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/content\/notifications.global.js"
            ],
            "css": [
                ".\/assets\/fonts.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/montserrat-v12-latin-500.woff",
        "assets\/montserrat-v12-latin-500.woff2",
        "assets\/montserrat-v12-latin-700.woff",
        "assets\/montserrat-v12-latin-700.woff2",
        "teams\/index.html",
        "content\/style.css"
    ]
}