Protect IID

Minimalistic single-use email address generator.

Protect IIDคืออะไร?

Protect IID เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liftground และคุณลักษณะหลักของมันคือ "Minimalistic single-use email address generator."

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

screenshot
screenshot

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

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

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

                        Minimalistic single-use email address generator.

The idea is to start treating email addresses that you use when signing up for a service similarly as passwords. They should be unique, generated and used only once. You store them with your password inside a password manager. Learn more at protectiid.com.

Generating styles:

- 2-64 Hash ([email protected])
- Current domain name + 2-32 Hash ([email protected])
- Fake user ([email protected])                    

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

ชื่อ Protect IID Protect IID
ID pohhdoefhlffonadgcfpfebhpcecanbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm
คำอธิบาย Minimalistic single-use email address generator.
ขนาดไฟล์ 52.88 KB
จำนวนการติดตั้ง 106
เวอร์ชันปัจจุบัน 1.17
อัปเดตครั้งล่าสุด 2019-02-17
วันที่เผยแพร่ 2019-02-17
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Liftground
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://protectiid.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Protect IID",
    "version": "1.17",
    "description": "Minimalistic single-use email address generator.",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    }
}