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 | 
| 官方網址 | 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": []
        }
    ]
}  |  |