Mail Shield

Additional protection layer for your email address.

Mail Shield क्या है?

Mail Shield http://mailshld.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Additional protection layer for your email address."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mail Shield एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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'"
}