Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyril1018/passfill-extension

A Chrome extension for managing test accounts with autofill, designed for testing environments.
https://github.com/cyril1018/passfill-extension

chrome-extension localstorage password-manager testing-tools

Last synced: about 2 months ago
JSON representation

A Chrome extension for managing test accounts with autofill, designed for testing environments.

Awesome Lists containing this project

README

        

# PassFill - Test Account Autofill

PassFill is a Chrome extension designed for developers and testers to efficiently manage test accounts and passwords, improving productivity in testing environments.

## Important Notes
- **Do not store real or sensitive data**: This tool is designed for testing purposes only and is not intended for use as a password manager.

## Features
- **URL-based storage**: Manage accounts and passwords specific to each URL to avoid confusion.
- **Autofill**: Automatically fill in with one click.
- **Encrypted local storage**: Uses Web Crypto API to ensure password security.

## Screenshots

### Add Account Interface
![Add Account](screenshot1.png)

### Account List
![Account List](screenshot2.png)

## Installation

1. **Clone or download the repository from GitHub**:
```bash
git clone https://github.com/cyril1018/passfill-extension.git

2. **Load the extension in Chrome**: Open Chrome and navigate to chrome://extensions/, enable Developer Mode, and click Load unpacked.