Mail Shield

Additional protection layer for your email address.

Mail Shield là gì?

Mail Shield là một tiện ích mở rộng Chrome được phát triển bởi http://mailshld.com, và tính năng chính của nó là "Additional protection layer for your email address.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mail Shield

Tải xuống các tệp mở rộng Mail Shield 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

                        In short, Mail Shield creates random, unique and replaceable email aliases (or shields as I’m calling them) which delivers the messages straight to your Gmail inbox. It helps you not giving up of your real email address when applying to online services.

Get more PRIVACY and less SPAM!

Mail Shield is completely FREE while in Open Beta. Try it out!

New on version 1.1.0:
• Search your existing shields by label/ service name.                    

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

Tên Mail Shield Mail Shield
ID lfkohicgnhmbnbchpdlikgpdpkphfjag
URL Chính Thức https://chrome.google.com/webstore/detail/mail-shield/lfkohicgnhmbnbchpdlikgpdpkphfjag
Mô tả Additional protection layer for your email address.
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2019-11-27
Ngày Phát Hành 2019-11-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://mailshld.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mailshld.com
URL Trang Trợ Giúp https://trello.com/c/a8G6WDjs/15-%F0%9F%90%9E-comment-to-report-bugs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mail Shield",
    "description": "Additional protection layer for your email address.",
    "version": "1.1.0",
    "web_accessible_resources": [
        "img\/*"
    ],
    "icons": {
        "16": "img\/shield.png",
        "48": "img\/shield.png",
        "128": "img\/[email protected]"
    },
    "browser_action": {
        "default_icon": "img\/shield.png",
        "default_popup": "index.html",
        "default_title": "Mail Shield, by Rogerio Taques"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/onpageload.css"
            ],
            "js": [
                "js\/common.js",
                "js\/onpageload.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "activeTab",
        "*:\/\/mailshld.com\/*",
        "*:\/\/app.mailshld.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/vue\/2.6.10\/vue.min.js; object-src 'self'"
}