Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cyril1018/passfill-extension
- Owner: cyril1018
- License: mit
- Created: 2024-12-12T12:15:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T14:16:09.000Z (about 2 months ago)
- Last Synced: 2024-12-12T15:28:05.592Z (about 2 months ago)
- Topics: chrome-extension, localstorage, password-manager, testing-tools
- Language: JavaScript
- Homepage:
- Size: 815 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.git2. **Load the extension in Chrome**: Open Chrome and navigate to chrome://extensions/, enable Developer Mode, and click Load unpacked.