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란 무엇입니까?

Inboxes: Create Temporary Email Addresses은(는) https://inboxesapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inboxes lets you quickly create & delete temp email addresses. Stop junk & marketers in their tracks with disposable email addresses"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Inboxes: Create Temporary Email Addresses 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Inboxes: Create Temporary Email Addresses Inboxes: Create Temporary Email Addresses
ID lmhnconlgahpimjopmahhnkppkpjkogk
공식 URL https://chromewebstore.google.com/detail/inboxes-create-temporary/lmhnconlgahpimjopmahhnkppkpjkogk
설명 Inboxes lets you quickly create & delete temp email addresses. Stop junk & marketers in their tracks with disposable email addresses
파일 크기 438 KB
설치 횟수 1,103
현재 버전 0.0.12
최근 업데이트 2024-02-29
출시 날짜 2021-06-28
평점 5.00/5 총 8 개의 평점
개발자 https://inboxesapp.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://inboxesapp.com
도움말 페이지 URL https://inboxesapp.com
개인정보 보호 정책 페이지 URL https://github.com/PatrickSocha/inboxes.app/blob/master/privacy-policy.md
지원되는 언어 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"
    }
}