Dodoname Privacy Manager

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

Co je Dodoname Privacy Manager?

Dodoname Privacy Manager je rozšíření Chrome vyvinuté http://www.dodoname.com, a jeho hlavní funkcí je „Dodoname: Privacy Manager - Anonymous Consolidated Registrations. Never give out your real email address again.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Dodoname Privacy Manager

Stáhněte si soubory rozšíření Dodoname Privacy Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ** 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.                    

Základní Informace o Rozšíření

Název Dodoname Privacy Manager Dodoname Privacy Manager
ID dpfipdjibaefjlajjhgfljiefojmgfbl
Oficiální URL https://chrome.google.com/webstore/detail/dodoname-privacy-manager/dpfipdjibaefjlajjhgfljiefojmgfbl
Popis Dodoname: Privacy Manager - Anonymous Consolidated Registrations. Never give out your real email address again.
Velikost souboru 150 KB
Počet instalací 27
Aktuální Verze 3.4
Poslední Aktualizace 2015-08-12
Datum Vydání 2015-08-12
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář http://www.dodoname.com
Typ Platby free
Webové stránky Rozšíření https://www.dodoname.com
URL Stránky Nápovědy https://www.dodoname.com/help
Podporované Jazyky 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"
    }
}