adityat
(Aditya Trivedi)
November 19, 2020, 3:39pm
1
Feature name:
Feature Description
Implement an overlay popup content script that will assist with auto-filling in-line within the website. The popup will overlay the website using shadow-DOM techniques. The overlay will be opened by clicking an icon that is presented with login form fields on the page.
Clients / Repos Affected:
Browser
Timeline to completion (estimate):
ETA: 6 weeks
Scope
Allow only selection of current logins
Out of Scope
Login to Bitwarden
Generating a password
Searching for a login website
Editing a password
16 Likes
vachan
(🔥🦊)
November 19, 2020, 4:47pm
2
A small correction: The affected repo/client is the Browser rep not the Web.
Web is for the web vault vault.bitwarden.com .
Thank you.
Please correct me if I am wrong
adityat:
Clients / Repos Affected:
Web
1 Like
adityat
(Aditya Trivedi)
November 19, 2020, 5:01pm
3
You are correct @vachan I updated the ticket
2 Likes
tgreer
(Trey Greer)
November 22, 2020, 11:26am
5
Thanks!
The team is working on resolving some production items right now, but is aware of this thread and will reply as soon as they can.
4 Likes
cscharf
(Chad Scharf)
November 23, 2020, 2:41pm
6
@adityat , this looks great, I would think the team would be happy to accept this contribution when ready. Thanks!
2 Likes
adityat
(Aditya Trivedi)
January 27, 2021, 1:17am
7
A quick update, I am still working on the feature.
It is harder than I previously anticipated.
If anyone wants to help, please message me!
Thanks,
Adi
5 Likes
vachan
(🔥🦊)
January 27, 2021, 3:08am
8
I wish I could help you but I am not knowledgeable in programming.
I wish you all the best.
Essadon
(Markus)
February 19, 2021, 5:29am
9
So glad to see this being done!
jbagwell27
(Josh Bagwell)
February 20, 2021, 2:47am
10
Is there anything I can do to help? I know a bit of C#. Probably not enough to be useful. If you have a donation spot, I’ll totes drop some coin at you though. I know how programmer burnout feels.
1 Like
vachan
(🔥🦊)
February 20, 2021, 2:50am
11
Try sending Adityat a private message.
1 Like
jbagwell27
(Josh Bagwell)
February 20, 2021, 3:08am
12
I can’t send personal messages apparently
Thanks Aditya! I am looking forward!
Essadon
(Markus)
May 23, 2021, 2:41pm
16
Guess this isn’t worked on anymore.
tgreer
(Trey Greer)
May 23, 2021, 2:54pm
17
It’s not off the table, but we are not actively planning/developing.
1 Like
huytd
(Huy Tran)
September 1, 2021, 1:12am
18
I forked the Addon repository and added the feature myself, it’s more like a prototype right now as the implementation isn’t great, here’s a preview of it:
The implementation is in my repo right now GitHub - huytd/browser: The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & m , it’s using a 3rd party library (popper.js) to display the popover for now, and the UI is manually constructed with createElement
, these things will need to change.
But overall, please take a look and let me know what do you think about this @adityat @tgreer
8 Likes
aex351
September 29, 2021, 5:01pm
19
The Github repository in this feature Better way of detecting form inputs and submissions also contains a pop-up overlay. It works pretty good. Tried it in Chrome.
1 Like
Essadon
(Markus)
October 17, 2021, 4:00am
20
Sound like time for merging the repos, no?