Dodoname Privacy Manager

Dodoname: Privacy Manager - Anonymous Consolidated Registrations. Never give out your real email address again.

Was ist Dodoname Privacy Manager?

Dodoname Privacy Manager ist eine Chrome-Erweiterung, die von http://www.dodoname.com entwickelt wurde, und ihr Hauptmerkmal ist "Dodoname: Privacy Manager - Anonymous Consolidated Registrations. Never give out your real email address again.".

Erweiterungsscreenshots

Dodoname Privacy Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dodoname Privacy Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ** NEW IN V3.3: Heartbeat function regularly checks in to see if you have new emails. Ordering of your emails and email addresses now enabled. **

NEVER HAND OUT YOUR REAL EMAIL ADDRESS AGAIN.

Dodoname gives you a simple and convenient way to register for anything while remaining anonymous. Eliminate the risk of privacy breaches that come with giving out your personal email address.

Consolidate all your online registrations and incoming emails in one convenient app. Use anonymous Dodoname Email Addresses ("DEAs"). Never hand out your real email address again.

WHAT IS A REGISTRATION? 
A registration is whenever you are asked to sign up with an email address. 

WHEN TO USE DODONAME?

When you want to receive merchant information, COUPONS, travel information or daily deals.

When you want privacy for things like ONLINE DATING.

When you want to view NEWSFEEDS in one place, rather than using several different news apps.

When you want to control when to receive email from a specific sender with a simple TURN-ON and TURN-OFF feature.

When you want to PRIVATELY TEST AND EVALUATE new products.

When you need WIFI ACCESS at coffee shops, hotels and airports where you have the highest risk for your real email address being sold or compromised.

When SALES CLERKS ask for your email addresses to send you a receipt.

When you want to register for WARRANTIES.

SIMPLE PRIVACY MANAGEMENT
Dodoname accepts all the emails to a Dodoname Email Address into one convenient cloud application that has a suite of email management tools. Your regular email inbox becomes uncluttered. Your online privacy is now controlled and managed by you.  

HOW DOES IS WORK?
Create as many Dodoname Email Addresses as you need with one click.  Each DEA is locked to one registration (i.e. merchant or service) and cannot ever be used again with another registration.  Because of Dodoname’s proprietary one-to-one locking methodology, you can create as many DEA’s as you need. You can turn DEA’s on or off at any time.

TAKE CONTROL OF YOUR PRIVACY.
Registering for services on the Internet is the prime way that your private email is intercepted and consumed by unauthorized entities.  The only way to protect yourself is to not hand out your real email address.  The Dodoname Privacy Manager gives you total control.  Create a unique Dodoname Email Address for each of your registrations and never give out or sign up with your real email address again.  

Our vision is simple. One app that consolidates and manages all your online registrations with anonymity and privacy.                    

Grundlegende Informationen zur Erweiterung

Name Dodoname Privacy Manager Dodoname Privacy Manager
ID dpfipdjibaefjlajjhgfljiefojmgfbl
Offizielle URL https://chrome.google.com/webstore/detail/dodoname-privacy-manager/dpfipdjibaefjlajjhgfljiefojmgfbl
Beschreibung Dodoname: Privacy Manager - Anonymous Consolidated Registrations. Never give out your real email address again.
Dateigröße 150 KB
Installationsanzahl 27
Aktuelle Version 3.4
Letztes Update 2015-08-12
Veröffentlichungsdatum 2015-08-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://www.dodoname.com
Zahlungsart free
Erweiterungswebsite https://www.dodoname.com
Hilfeseite URL https://www.dodoname.com/help
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dodoname Privacy Manager",
    "version": "3.4",
    "description": "Dodoname: Privacy Manager - Anonymous Consolidated Registrations. Never give out your real email address again.",
    "homepage_url": "https:\/\/www.dodoname.com\/",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "",
        "clipboardWrite",
        "contextMenus",
        "storage",
        "http:\/\/localhost\/*",
        "https:\/\/dashboard.dodoname.com\/*",
        "https:\/\/api.dodoname.com\/*"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Dodoname",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    }
}