Masked Email Manager

A web extension to manage your Fastmail masked emails

Co je Masked Email Manager?

Masked Email Manager je rozšíření Chrome vyvinuté Andrew Leonard, a jeho hlavní funkcí je „A web extension to manage your Fastmail masked emails“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Masked Email Manager

Stáhněte si soubory rozšíření Masked Email Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Masked Email Manager Masked Email Manager
ID bckfnibflpdgifdfkfoooidpblaembga
Oficiální URL https://chromewebstore.google.com/detail/masked-email-manager/bckfnibflpdgifdfkfoooidpblaembga
Popis A web extension to manage your Fastmail masked emails
Velikost souboru 104 KB
Počet instalací 87
Aktuální Verze 1.3.4
Poslední Aktualizace 2024-02-21
Datum Vydání 2023-07-02
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Andrew Leonard
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ajyey/masked-email-manager
Podporované Jazyky 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": []
        }
    ]
}