1Password: Password Manager-ის მიმოხილვები
1Password: Password Manager ავტორი 1Password
180 მიმოხილვა
- 4 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 16768350, 4 წლის წინI absolutely love the new way of prefilling the passwords and the one-time-passwords in comparisson with the previous version. But I'm really missing the connection with the desktop app so I don't have to enter my main password every time and I can unlock with touch ID.
In the meantime, keep up the good work!შემმუშავებლის პასუხი
თარიღი 4 წლის წინHey there,
Thank you for your thoughts and feedback here, we really appreciate it!
We’re definitely working on Touch ID support, so stay tuned. :) - 4 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 16756914, 4 წლის წინThanks to developer response, I've installed 1Password Classic and got Touch ID back. This particular extension is lacking Touch ID support for now.
შემმუშავებლის პასუხი
თარიღი 4 წლის წინHey there,
Touch ID is not yet available in this extension, but we’re definitely working on it!
In the meantime, if Touch ID is required for your workflow, you can use 1Password Classic instead: https://support.1password.com/cs/1password-classic-extension/ - 4 შეფასება 5-დანმიმომხილველი Metta, 4 წლის წინExtenstion no longer works in Firefox. Was very happy with your product until a few months ago when it stopped working in Firefox. Now I have to use Safari.
**installing the "classic version" seems to work in Firefox. I wish you had been more transparent about this as I have been trying to figure this out for months.შემმუშავებლის პასუხი
თარიღი 4 წლის წინHey Metta,
If you'd like to give our newer extension another shot, this guide may be helpful in seeing how things have changed, https://support.1password.com/getting-started-browser/
If you'd like to still continue using the Classic extension, the link is still available from our site here, https://support.1password.com/cs/1password-classic-extension/
We’ll also gladly help with any questions or issues you have via email, so feel free to email us as needed to support@1password.com - 4 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 16739627, 4 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Rod, 4 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი douglas gray, 4 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 16604425, 4 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 12526932, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Pseudomart, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Daividh, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Numline1, 5 წლის წინWorks great, but the company's been promising Fingerprint auth on the "X" version for a while yet there's still no trace of it.
შემმუშავებლის პასუხი
თარიღი 5 წლის წინHey there!
We are indeed working on integrating 1Password X with the our 1Password desktop apps, which will allow Touch ID support.
This is a bit more complicated than expected, but our end goal is to allow 1Password X to integrate on all platforms (not just Mac) and this will require overcoming a lot of technical barriers.
Thanks for the support and the kind words.
The 1Password team. - 4 შეფასება 5-დანმიმომხილველი Rogue Being, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი cantheix, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Johnny, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი taka, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Daanchi, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი kinki, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი rekinek2001, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 14193562, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Javi, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Don Brashear, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 13539171, 5 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი JGooch, 5 წლის წინI love 1Password and it is a great extension. The only complaint I have is no support for Touch ID on Mac
**Update: If you download the Firefox extension directly from 1Password you can use TouchID. Only caveat is that it requires the desktop app as well. But it makes life much easier for me.შემმუშავებლის პასუხი
თარიღი 5 წლის წინHey JGooch,
Thanks for the review!
You can enable Touch ID in 1Password X if you integrate it with the desktop app, which is currently in advanced beta, and will require you to install 1Password X beta and the desktop app’s latest beta.
We have a lot of users enjoying it already so feel free to give it a try: https://support.1password.com/getting-started-1password-x/#to-integrate-with-1password-for-mac - 4 შეფასება 5-დანმიმომხილველი Ashwin, 5 წლის წინI've been using 1password now for years and always worked very well for me.
Customer support is really helpful and there may be some features that aren't supported, but thats perfectly fine, since not every possible feature can be put in 1 solution.
However, I still can't give it the full range of 5 stars, since there are some annoyances with this extension that should be easily solvable.
The most prominent for me is the lack of a CAPS-lock indication in the login box, so I keep inputting the password wrongly on my laptop (which has no visible CAPS-lock indicator anywhere on the device) when the CAPS-lock is activated by accident.
(For example, I can detect it within an extension using:
var CapsLockState = false;
document.addEventListener("keyup", function(event) {
CapsLockState = event.getModifierState("CapsLock");
console.log("keyup", CapsLockState);
});
)შემმუშავებლის პასუხი
თარიღი 5 წლის წინHey Ashwin,
Thank you kindly for the feedback and feature request!
We’ve got this on our radar and will continue looking for a secure way to implement a CAPS indicator. In the meantime, if you’re on macOS and are willing to switch to beta builds, using the 1Password for Mac beta coupled with the 1Password X beta (https://discussions.agilebits.com/discussion/79610/how-to-install-1password-x-beta-in-chrome-and-firefox) allows 1Password X to leverage the desktop app’s locking capabilities, along with its lock screen CAPS indicator. :) - 4 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 13441727, 5 წლის წინ