HideMail: keep your email private

Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email

HideMail: keep your email private란 무엇입니까?

HideMail: keep your email private은(는) https://hidemail.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

HideMail: keep your email private 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        HideMail gives you unique, random email addresses (or "aliases") that are forwarded to your primary e-mail account when you want your personal email address to remain private.  Additionally, these email addresses can be easily deactivated at any given time, effectively blocking unwanted emails from reaching your inbox. Whether you're signing up for a new service or just want to keep your personal email private, Hide My Email has you covered.


A random email address can now be generated for each new account, just like a password. Because email is often caught in database dumps and leaks, and while a password can be easily changed, an email address is difficult to change across all sites where it has been used. This is no longer a problem!                    

확장 프로그램 기본 정보

이름 HideMail: keep your email private HideMail: keep your email private
ID mddolicabhpkinbdmdgbeajjcpckinhe
공식 URL https://chromewebstore.google.com/detail/hidemail-keep-your-email/mddolicabhpkinbdmdgbeajjcpckinhe
설명 Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email
파일 크기 182 KB
설치 횟수 193
현재 버전 1.0.8
최근 업데이트 2023-09-18
출시 날짜 2022-05-02
평점 5.00/5 총 9 개의 평점
개발자 https://hidemail.app
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://hidemail.app
개인정보 보호 정책 페이지 URL https://hidemail.app/privacy-policy
지원되는 언어 id,de,en,fr,nl,vi,tr,es,es-419,it,pt-BR,pt-PT,ru,uk,iw,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Daneke George",
    "homepage_url": "https:\/\/hidemail.app",
    "version": "1.0.8",
    "icons": {
        "48": "img\/Icon-4.png",
        "96": "img\/Icon-5.png",
        "128": "img\/128.png"
    },
    "action": {
        "default_icon": "img\/Icon-4.png",
        "default_title": "HideMail",
        "default_popup": "app.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "optional_host_permissions": [
        "https:\/\/hidemail.app\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}