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 là gì?

HideMail: keep your email private là một tiện ích mở rộng Chrome được phát triển bởi https://hidemail.app, và tính năng chính của nó là "Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HideMail: keep your email private

Tải xuống các tệp mở rộng HideMail: keep your email private dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HideMail: keep your email private HideMail: keep your email private
ID mddolicabhpkinbdmdgbeajjcpckinhe
URL Chính Thức https://chromewebstore.google.com/detail/hidemail-keep-your-email/mddolicabhpkinbdmdgbeajjcpckinhe
Mô tả Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email
Kích Thước Tệp 182 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2023-09-18
Ngày Phát Hành 2022-05-02
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://hidemail.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://hidemail.app
URL Trang Chính Sách Bảo Mật https://hidemail.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}