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
官方網址 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
電子郵箱 [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\/*"
    ]
}