Mail Shield

Additional protection layer for your email address.

Mail Shieldとは何ですか?

Mail Shieldはhttp://mailshld.comによって開発されたChromeの拡張機能で、その主な機能は「Additional protection layer for your email address.」です。

拡張機能のスクリーンショット

screenshot

Mail Shield拡張機能のCRXファイルをダウンロード

Mail Shield拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Mail Shield Mail Shield
ID lfkohicgnhmbnbchpdlikgpdpkphfjag
公式URL https://chrome.google.com/webstore/detail/mail-shield/lfkohicgnhmbnbchpdlikgpdpkphfjag
説明 Additional protection layer for your email address.
ファイルサイズ 267 KB
インストール数 59
現在のバージョン 1.1.0
最終更新日 2019-11-27
公開日 2019-11-27
評価 5.00/5 合計 1 レビュー
開発者 http://mailshld.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mailshld.com
ヘルプページのURL https://trello.com/c/a8G6WDjs/15-%F0%9F%90%9E-comment-to-report-bugs
対応言語 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'"
}