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
官方網址 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"
    }
}