Inboxes: Create Temporary Email Addresses
Inboxes lets you quickly create & delete temp email addresses. Stop junk & marketers in their tracks with disposable email addresses
Inboxes: Create Temporary Email Addresses là gì?
Inboxes: Create Temporary Email Addresses là một tiện ích mở rộng Chrome được phát triển bởi https://inboxesapp.com, và tính năng chính của nó là "Inboxes lets you quickly create & delete temp email addresses. Stop junk & marketers in their tracks with disposable email addresses".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Inboxes: Create Temporary Email Addresses
Tải xuống các tệp mở rộng Inboxes: Create Temporary Email Addresses dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Let's face it, we've all been there - whether its to access a recipe, or try out a "free" demo. Websites always demand your email address - and it sucks - because you know they'll spam you. So we made Inboxes.app, a super easy to use browser extension which creates long lasting temporary email addresses for you. You can create new email addresses and delete them from within the extension, saving your real email from unwanted marketing messages 🎉 There's no sign up required and Inboxes.app has already saved our users from receiving over 2.5+ million unwanted emails. Creating temp emails has never been easier. 📲 New: Premium users can now use their own domain names on Inboxes App and get their own personal inbound SMS Phone Number. Never give out your personal phone ever again and stop receiving nuisance calls.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Inboxes: Create Temporary Email Addresses |
ID | lmhnconlgahpimjopmahhnkppkpjkogk |
URL Chính Thức | https://chromewebstore.google.com/detail/inboxes-create-temporary/lmhnconlgahpimjopmahhnkppkpjkogk |
Mô tả | Inboxes lets you quickly create & delete temp email addresses. Stop junk & marketers in their tracks with disposable email addresses |
Kích Thước Tệp | 438 KB |
Số Lần Cài Đặt | 1,103 |
Phiên Bản Hiện Tại | 0.0.12 |
Cập Nhật Lần Cuối | 2024-02-29 |
Ngày Phát Hành | 2021-06-28 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://inboxesapp.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://inboxesapp.com |
URL Trang Trợ Giúp | https://inboxesapp.com |
URL Trang Chính Sách Bảo Mật | https://github.com/PatrickSocha/inboxes.app/blob/master/privacy-policy.md |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Inboxes: Create Temporary Email Addresses", "description": "Inboxes lets you quickly create & delete temp email addresses. Stop junk & marketers in their tracks with disposable email addresses", "version": "0.0.12", "homepage_url": "https:\/\/inboxes.app", "icons": { "128": "assets\/128-128.png" }, "action": { "default_icon": "assets\/128-128.png", "default_popup": "popup.html" }, "permissions": [ "storage", "clipboardWrite", "alarms" ], "host_permissions": [ "https:\/\/api.inboxes.app\/*" ], "background": { "service_worker": "background.js" } } |