Paced Email – Temporary, disposable, burners

Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.

Paced Email – Temporary, disposable, burnersとは何ですか?

Paced Email – Temporary, disposable, burnersはhttps://paced.emailによって開発されたChromeの拡張機能で、その主な機能は「Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Paced Email – Temporary, disposable, burners拡張機能のCRXファイルをダウンロード

Paced Email – Temporary, disposable, burners拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        One-click temporary burner emails.

Create disposable or personalised email addresses from your browser with the official Paced Email extension.

Anonymously shield your real identity from companies and advertisers who want to track you online.

Block and unblock them anytime you want.

Boost your productivity by choosing when inbound messages reach you. Batch into daily, weekly, or monthly digests for a calmer inbox.

Extension features:

• Email field icon to auto-generate burner emails with a single click
• Right-click context menu
• Single click copy to clipboard
• Generate and manage Paced Email inboxes
• Account switching

Learn more: https://www.paced.email/browser-extensions

Twitter: https://twitter.com/pacedemail                    

拡張機能の基本情報

名前 Paced Email – Temporary, disposable, burners Paced Email – Temporary, disposable, burners
ID ebefdbfinfikmdalikkpbjfijkglgeid
公式URL https://chromewebstore.google.com/detail/paced-email-%E2%80%93-temporary-d/ebefdbfinfikmdalikkpbjfijkglgeid
説明 Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.
ファイルサイズ 1.66 MB
インストール数 1,705
現在のバージョン 2.1.1
最終更新日 2023-12-05
公開日 2020-07-29
評価 5.00/5 合計 11 レビュー
開発者 https://paced.email
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.paced.email
ヘルプページのURL https://docs.paced.email
プライバシーポリシーページのURL https://www.paced.email/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paced Email \u2013 Temporary, disposable, burners",
    "short_name": "Paced Email",
    "description": "Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.",
    "version": "2.1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Paced Email",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "webcomponents-bundle.js",
                "content\/index.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "content\/index.css",
        "fonts\/*"
    ]
}