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 |
| Eメール | [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": []
}
]
} | |