Protect IID Protect IID

Productivity
Version: 1.17
Last Update: 2019-02-17

Overview

Protect IID is a Chrome extension developed by Liftground. According to the data from Chrome web store, current version of Protect IID is 1.17, updated on 2019-02-17.
125 users have installed this extension. 5 users have rated this extension with an average rating of .

Minimalistic single-use email address generator.

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])

Rating

5 ratings

Total Installs

125

Information

Last Update

2019-02-17

Current Version

1.17

Size

52.88KiB

Author

Liftground

Website

None

Category

Productivity

Latest Reviews

See More

avatar A Google User
2019-03-05

Excellent idea.

To top off the UX on this extension, I'd suggest adding a "copied" response of some kind, followed by an automatic closing of the popup window.

avatar Petja Touru
2019-02-15

Simple and does what is says.

Howeve I would consider of having full range on alphabets on the generated string, this way:

chars = '0123456789abcdefghijklmnopqrstuvwxyz'
Array.from(window.crypto.getRandomValues(new Uint32Array(12))).map(x = chars[x % chars.length]).join('')

avatar A Google User
2019-03-05

Excellent idea.

To top off the UX on this extension, I'd suggest adding a "copied" response of some kind, followed by an automatic closing of the popup window.

avatar Petja Touru
2019-02-15

Simple and does what is says.

Howeve I would consider of having full range on alphabets on the generated string, this way:

chars = '0123456789abcdefghijklmnopqrstuvwxyz'
Array.from(window.crypto.getRandomValues(new Uint32Array(12))).map(x = chars[x % chars.length]).join('')

avatar A Google User
2019-03-05

Excellent idea.

To top off the UX on this extension, I'd suggest adding a "copied" response of some kind, followed by an automatic closing of the popup window.