Dodoname Privacy Manager

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

什么是Dodoname Privacy Manager?

Dodoname Privacy Manager是由http://www.dodoname.com开发的Chrome扩展程序,该扩展的主要功能是“Dodoname: Privacy Manager - Anonymous Consolidated Registrations. Never give out your real email address again.”。

扩展截图

下载Dodoname Privacy Manager扩展crx文件

下载Dodoname Privacy Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Dodoname Privacy Manager Dodoname Privacy Manager
ID dpfipdjibaefjlajjhgfljiefojmgfbl
官方URL https://chrome.google.com/webstore/detail/dodoname-privacy-manager/dpfipdjibaefjlajjhgfljiefojmgfbl
简介 Dodoname: Privacy Manager - Anonymous Consolidated Registrations. Never give out your real email address again.
文件大小 150 KB
安装次数 27
当前版本 3.4
更新时间 2015-08-12
上架时间 2015-08-12
评分 5.00/5 共3次评分
开发者 http://www.dodoname.com
付费类型 free
扩展官网 https://www.dodoname.com
帮助页面URL https://www.dodoname.com/help
支持的语言 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"
    }
}