Paced Email – Temporary, disposable, burners

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

Wat is Paced Email – Temporary, disposable, burners?

Paced Email – Temporary, disposable, burners is een Chrome-extensie ontwikkeld door https://paced.email, en de belangrijkste functie is "Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Paced Email – Temporary, disposable, burners

Download Paced Email – Temporary, disposable, burners-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Paced Email – Temporary, disposable, burners Paced Email – Temporary, disposable, burners
ID ebefdbfinfikmdalikkpbjfijkglgeid
Officiële URL https://chromewebstore.google.com/detail/paced-email-%E2%80%93-temporary-d/ebefdbfinfikmdalikkpbjfijkglgeid
Beschrijving Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.
Bestandsgrootte 1.66 MB
Aantal Installaties 1,705
Huidige Versie 2.1.1
Laatst Bijgewerkt 2023-12-05
Publicatiedatum 2020-07-29
Beoordeling 5.00/5 Totaal 11 Beoordelingen
Ontwikkelaar https://paced.email
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.paced.email
Help Pagina-URL https://docs.paced.email
URL van de Privacybeleid Pagina https://www.paced.email/privacy
Ondersteunde Talen 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\/*"
    ]
}