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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | 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": [] } ] } |