Masked Email Manager
A web extension to manage your Fastmail masked emails
什么是Masked Email Manager?
Masked Email Manager是由Andrew Leonard开发的Chrome扩展程序,该扩展的主要功能是“A web extension to manage your Fastmail masked emails”。
扩展截图
下载Masked Email Manager扩展crx文件
下载Masked Email Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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                     扩展基本信息
| 名称 |   |  
| ID | bckfnibflpdgifdfkfoooidpblaembga | 
| 官方URL | https://chromewebstore.google.com/detail/masked-email-manager/bckfnibflpdgifdfkfoooidpblaembga | 
| 简介 | A web extension to manage your Fastmail masked emails | 
| 文件大小 | 104 KB | 
| 安装次数 | 87 | 
| 当前版本 | 1.3.4 | 
| 更新时间 | 2024-02-21 | 
| 上架时间 | 2023-07-02 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | Andrew Leonard | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/ajyey/masked-email-manager | 
| 支持的语言 | 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": []
        }
    ]
}  |  |