Temp Mail - Temporary Email Address
Best Temp Mail address to prevent from email hacking and spamming
Cos'è Temp Mail - Temporary Email Address?
Temp Mail - Temporary Email Address è un'estensione di Chrome sviluppata da adzdeveloper, e la sua funzione principale è "Best Temp Mail address to prevent from email hacking and spamming".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Temp Mail - Temporary Email Address
Scarica i file di estensione Temp Mail - Temporary Email Address in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A disposable email address service prevents your email from spam, promotional emails, bots, and hacking attacks with the help of a temp mail chrome extension. In addition, we allow receiving the file attachments in the temp mailbox. Temp-mail extension provides an anonymous and free temporary email address. Keep your original mailbox secure and avoid spam emails with temp-mail exclusive Chrome extension features, unlike other service providers.
Informazioni di Base sull'Estensione
Nome | Temp Mail - Temporary Email Address |
ID | gmindkhkpdfcjjeiffmhpbpcjjfbamph |
URL Ufficiale | https://chromewebstore.google.com/detail/temp-mail-temporary-email/gmindkhkpdfcjjeiffmhpbpcjjfbamph |
Descrizione | Best Temp Mail address to prevent from email hacking and spamming |
Dimensione del File | 118 KB |
Conteggio Installazioni | 1,380 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2022-12-20 |
Data di Pubblicazione | 2022-12-16 |
Sviluppatore | adzdeveloper |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://temp-mail.co/ |
URL della Pagina di Aiuto | https://temp-mail.co/contact |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Temp Mail - Temporary Email Address", "description": "Best Temp Mail address to prevent from email hacking and spamming", "version": "1.0.3", "icons": { "128": "asset\/image\/temp-mail.png" }, "author": "Temp Mail", "host_permissions": [ "*:\/\/*\/" ], "permissions": [ "activeTab", "contextMenus", "storage" ], "action": { "default_popup": "popup.html", "default_title": "Temp Mails" }, "background": { "service_worker": "event.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "my-styles.css" ], "js": [ "content-script.js" ] } ] } |