Zero(formerly ID Guard Offline)

Fill passwords safely in browsers with the most secure password manager extension Zero(formerly ID Guard Offline).

Zero(formerly ID Guard Offline)คืออะไร?

Zero(formerly ID Guard Offline) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bluespace.china และคุณลักษณะหลักของมันคือ "Fill passwords safely in browsers with the most secure password manager extension Zero(formerly ID Guard Offline)."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zero(formerly ID Guard Offline)

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

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

                        Autofill your password in browser by scanning QR code with Zero(formerly ID Guard Offline) app on your phone.

How does it work?

1. A QR code will show up when you open a web page with a login form.
2. Open Zero app(not this extension) on your phone and scan the QR code.
3. Choose the account.
4. Your login form on the web page will be filled automatically.

How secure is it?

When filling password from your phone to the web page, your password is encrypted with a one time encryption key known only by this extension and the app on your phone. It can never be decrypted during the transmission on Internet.

Unlike most password manager extensions, this extension does not save any passwords. Your passwords are stored on your smartphone with security chip and sandbox protection. No password can be sent to the browser automatically unless you scan the QR code with the app on your smartphone. That means, no malicious desktop program or website can steal your passwords without your awareness.                    

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

ชื่อ Zero(formerly ID Guard Offline) Zero(formerly ID Guard Offline)
ID kimpaankoiokddpaghgclckecbeogifh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zeroformerly-id-guard-off/kimpaankoiokddpaghgclckecbeogifh
คำอธิบาย Fill passwords safely in browsers with the most secure password manager extension Zero(formerly ID Guard Offline).
ขนาดไฟล์ 246 KB
จำนวนการติดตั้ง 244
เวอร์ชันปัจจุบัน 2022.12
อัปเดตครั้งล่าสุด 2022-12-29
วันที่เผยแพร่ 2020-08-04
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา bluespace.china
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bluespace.tech/
URL หน้าช่วยเหลือ https://www.bluespace.tech/
URL หน้านโยบายความเป็นส่วนตัว https://www.bluespace.tech/index.html
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "version": "2022.12.29",
    "version_name": "2022.12",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Bluespace",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "uuid\/uuidv4.min.js",
                "js\/config.js",
                "js\/html.js",
                "js\/timer.js",
                "js\/html-observer.js",
                "js\/fill-service.js",
                "js\/save-service.js",
                "js\/password-generator.js",
                "js\/autofill-url.js",
                "content-main.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "browser-polyfill\/browser-polyfill.min.js",
            "ua-parser\/ua-parser.min.js",
            "uuid\/uuidv4.min.js",
            "js\/config.js",
            "js\/base64.js",
            "js\/crypto.js",
            "js\/speedPolicy.js",
            "js\/actions.js",
            "background-client.js",
            "background-vault.js",
            "background-save.js",
            "background-fill.js",
            "background-link.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*",
        "filler-iframe.html"
    ],
    "content_security_policy": "img-src 'self' data:; default-src 'self'; connect-src wss:\/\/link.bluespace-apps.com:21081 wss:\/\/link.bluespace-labs.com;",
    "homepage_url": "https:\/\/www.bluespace.tech\/",
    "minimum_chrome_version": "88"
}