Contact Burner - Disposable Email Manager

Generate disposable burner email addresses with a single click. Burn them any time. Emails are forwarded to your real account.

Contact Burner - Disposable Email Manager क्या है?

Contact Burner - Disposable Email Manager https://www.contactburner.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate disposable burner email addresses with a single click. Burn them any time. Emails are forwarded to your real account."।

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

screenshot
screenshot
screenshot

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

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

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

                        Easily create disposable and temporary email addresses on-demand. 

All emails to temporary accounts are deleted in 24 hours.

Any emails to burner accounts will be automatically forwarded to your real email address.

Start protecting your inbox from spam and hackers. 

The extension remembers which disposable email was used for each website.

Temporary email accounts are for:

*Accessing Coupons & Deals
*Retrieving Premium Content

Burner email accounts are great for:

*Email Newsletters
*New Account Sign-ups
*Online Dating
*Communicating via Online Marketplaces
*Accessing Coupons & Deals

Integrates directly with your ContactBurner.com account.                    

एक्सटेंशन की मूल जानकारी

नाम Contact Burner - Disposable Email Manager Contact Burner - Disposable Email Manager
ID lfiphinnafpmnkehnblcaaojehabjpab
आधिकारिक URL https://chromewebstore.google.com/detail/contact-burner-disposable/lfiphinnafpmnkehnblcaaojehabjpab
विवरण Generate disposable burner email addresses with a single click. Burn them any time. Emails are forwarded to your real account.
फ़ाइल का आकार 423 KB
स्थापना संख्या 55
वर्तमान संस्करण v2
अंतिम अपडेट 2019-07-11
प्रकाशन तिथि 2019-07-11
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.contactburner.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.contactburner.com
गोपनीयता नीति पृष्ठ URL https://www.streempay.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "name": "Contact Burner - Disposable Email Manager",
    "short_name": "Contact Burner",
    "permissions": [
        "clipboardWrite",
        "cookies",
        "contextMenus",
        "*:\/\/*.contactburner.com\/*",
        "tabs",
        "",
        "storage",
        "gcm",
        "notifications",
        "identity"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "version_name": "v2",
    "description": "Generate disposable burner email addresses with a single click. Burn them any time. Emails are forwarded to your real account.",
    "homepage_url": "https:\/\/www.contactburner.com",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19_bw.png",
            "38": "icons\/icon38_bw.png"
        },
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_title": "Contact Burner"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png",
        "js\/*.js",
        "src\/inject\/*.html",
        "src\/browser_action\/*"
    ]
}