> ## Documentation Index
> Fetch the complete documentation index at: https://ext.eplus.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Gmail Alias Toolkit

> Generate, organize, and reuse Gmail aliases without leaving your browser

<Info>
  Install from an official browser store for automatic updates, or download the newest browser package from [GitHub Releases](https://github.com/ePlus-DEV/gmail-alias-toolkit/releases/latest). The documentation intentionally does not hard-code a version number.
</Info>

**Gmail Alias Toolkit** helps you create and manage Gmail address variations for sign-ups, testing, inbox organization, and account tracing. It supports `+tag` aliases, Gmail dot variations, reusable presets, history, favorites, statistics, and multiple Gmail accounts.

<CardGroup cols={2}>
  <Card title="Generate aliases" icon="wand-magic-sparkles" href="/gmail-alias-toolkit/usage">
    Create random aliases, custom tags, dot variations, `googlemail.com` variants, and combined Gmail tricks.
  </Card>

  <Card title="Organize your history" icon="clock-rotate-left" href="/gmail-alias-toolkit/features">
    Search, filter, sort, favorite, export, and generate QR codes for saved aliases.
  </Card>

  <Card title="Use multiple accounts" icon="users">
    Keep history, favorites, and statistics isolated for each configured Gmail account.
  </Card>

  <Card title="Local-first privacy" icon="shield-halved">
    Alias data and settings stay in browser extension storage. No account or remote alias-generation service is required.
  </Card>
</CardGroup>

## How Gmail aliases work

Suppose your address is `david.nguyen@gmail.com`:

```text theme={null}
Plus tag:       david.nguyen+shopping@gmail.com
Dot variation:  davidnguyen@gmail.com
Combined:       d.avidnguyen+testing@gmail.com
Googlemail:     david.nguyen@googlemail.com
```

For personal `@gmail.com` accounts, these variants normally arrive in the same inbox. They do **not** create separate Google accounts or mailboxes.

<Warning>
  Gmail aliases improve organization, but they are not anonymous addresses. A website may remove dots, strip everything after `+`, or reject alias formats entirely.
</Warning>

## Common uses

* Identify which service received or shared an address.
* Create readable tags such as `+shopping`, `+work`, or `+newsletter`.
* Generate test addresses without creating additional Gmail accounts.
* Keep frequently used aliases as presets or favorites.
* Separate alias records between personal, work, and testing accounts.

## Get started

<CardGroup cols={3}>
  <Card title="Install" icon="download" href="/gmail-alias-toolkit/installation">
    Choose the official store or a manual package.
  </Card>

  <Card title="Use the extension" icon="play" href="/gmail-alias-toolkit/usage">
    Add an account and generate your first alias.
  </Card>

  <Card title="View source" icon="github" href="https://github.com/ePlus-DEV/gmail-alias-toolkit">
    Review the source code, releases, and open issues.
  </Card>
</CardGroup>
