Skip to content

Releases: hsanson/chrome-pass

v0.5.0

29 Feb 23:52
caf5d24
Compare
Choose a tag to compare

Changes

  • Migrate from distutils to setuptools.
  • Rename nativePass script to chrome_pass

Improvements

  • New special placeholder values pass__user, pass__password, and pass__otpauth that allow filling the username, password, and MFA codes in specific elements in the login pages HTML.

v0.4.0

29 Feb 23:54
Compare
Choose a tag to compare

Improvements

  • Migrate chrome plugin manifest to v3.
  • Re-work special handling for AWS IAM login.
  • Add support for custom HTML DOM/value pairs that are filled in the login forms.
  • Add support for MFA TOTP codes via pass-otp plugin.

v0.3.0

29 Feb 23:54
Compare
Choose a tag to compare

Improvements

  • Re-worked form fill code. Easier to handle special forms.
  • Add special handling for AWS IAM login.
    ** URLs like https://alias.sigin.aws.amazon.com now fill the account input with the alias or account number.
  • Add fake event generators for javascript heavy forms that require events to trigger some javascript code.