Masked Email Manager

A web extension to manage your Fastmail masked emails

What is Masked Email Manager?

Masked Email Manager is a Chrome extension developed by Andrew Leonard, and its main feature is "A web extension to manage your Fastmail masked emails".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Masked Email Manager Extension CRX File

Download Masked Email Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Masked Email Manager allows for easy management of your Fastmail Masked Emails. 

Features include:
- Filtering by email state (enabled, disabled, deleted)
- Creating new emails
- Favoriting emails
- Editing existing email fields (description, domain)
- Deleting existing emails
- Fuzzy search

Contributions welcome!

Github: https://github.com/ajyey/masked-email-manager                    

Extension Basic Information

Name Masked Email Manager Masked Email Manager
ID bckfnibflpdgifdfkfoooidpblaembga
Official URL https://chromewebstore.google.com/detail/masked-email-manager/bckfnibflpdgifdfkfoooidpblaembga
Description A web extension to manage your Fastmail masked emails
File Size 104 KB
Installation Count 87
Current Version 1.3.4
Last Updated 2024-02-21
Publish Date 2023-07-02
Rating 5.00/5 Total 3 Ratings
Developer Andrew Leonard
Email [email protected]
Payment Type free
Extension Website https://github.com/ajyey/masked-email-manager
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Masked Email Manager",
    "version": "1.3.4",
    "description": "A web extension to manage your Fastmail masked emails",
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon34.png"
    },
    "icons": {
        "34": "icon34.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icon128.png",
                "icon34.png",
                "icon48.png"
            ],
            "matches": []
        }
    ]
}