Temp Inbox - Temporary Email
Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address.
What is Temp Inbox - Temporary Email?
Temp Inbox - Temporary Email is a Chrome extension developed by https://temp-inbox.com, and its main feature is "Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address.".
Extension Screenshots
Download Temp Inbox - Temporary Email Extension CRX File
Download Temp Inbox - Temporary Email extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Temp Inbox is the premier service for temporary, disposable and throwaway email addresses. Protect your online privacy and avoid spam by not revealing you personal email address to every company and person on the internet who insists on you giving it to them. Temporary emails are perfect for any transaction where you want to improve your online privacy. Many forums, Wi-Fi owners, websites and blogs ask visitors to register before they can view content, post comments or download something. Temp-Inbox - is most advanced throwaway email service that helps you avoid spam and stay safe. We continuously work hard to give you a disposable email address that works with any site or app. We hope to help give you back the control of deciding who you want to give your personal info to. Protect your personal email address from spam, bots, phishing and other online abuse. Temporary anonymous email address - no commitments and no risks.
Extension Basic Information
Name | Temp Inbox - Temporary Email |
ID | pkogppilonbdpnanlbcofajcdfinbbfl |
Official URL | https://chromewebstore.google.com/detail/temp-inbox-temporary-emai/pkogppilonbdpnanlbcofajcdfinbbfl |
Description | Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address. |
File Size | 57.3 KB |
Installation Count | 173 |
Current Version | 1.1.0 |
Last Updated | 2023-02-23 |
Publish Date | 2021-10-18 |
Rating | 2.00/5 Total 1 Ratings |
Developer | https://temp-inbox.com |
[email protected] | |
Payment Type | free |
Extension Website | https://temp-inbox.com |
Help Page URL | https://temp-inbox.com |
Privacy Policy Page URL | http://www.freevpn.one/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Temp Inbox - Temporary Email", "description": "Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address.", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "\/image\/logo-16.png", "32": "\/image\/logo-32.png", "48": "\/image\/logo-48.png", "128": "\/image\/logo-128.png" }, "host_permissions": [ "*:\/\/*.temp-inbox.com\/*" ], "permissions": [ "background", "notifications", "storage" ], "background": { "service_worker": "background.js" }, "action": { "scripts": "popup.js", "default_popup": "popup.html", "default_icon": { "16": "\/image\/logo-16.png", "32": "\/image\/logo-32.png", "48": "\/image\/logo-48.png", "128": "\/image\/logo-128.png" } } } |