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"
    }
}