LunarMail

Secure your personal email inbox with real-time disposable email addresses.

LunarMail란 무엇입니까?

LunarMail은(는) https://lunarmail.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure your personal email inbox with real-time disposable email addresses."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LunarMail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Built from the ground up, Lunarmail.io is a disposable email service that allows you to quickly and easily spin up email addresses that are always in your control.  These email addresses can be used anywhere on the web and managed simply from the Lunarmail.io dashboard.  

The next time a website asks you to register with your personal email, simply generate a disposable email from either our web dashboard or Chrome Extension and let Lunarmail.io handle the rest!

★ Privacy and Security
Prevent companies from tracking you online by your email address while protecting your online accounts and activity.

★ Control SPAM for GOOD
Instantly shut down any sender.  Stop SPAM before it gets to your inbox and take full control over who can reach you.

★ Simplicity
Sign up on websites quickly and without fear.  Generate disposable emails instantly, shop happy and confidently.                    

확장 프로그램 기본 정보

이름 LunarMail LunarMail
ID gfkhcejpglehomeaimgcjicoaanpbdjl
공식 URL https://chromewebstore.google.com/detail/lunarmail/gfkhcejpglehomeaimgcjicoaanpbdjl
설명 Secure your personal email inbox with real-time disposable email addresses.
파일 크기 2.6 MB
설치 횟수 53
현재 버전 1.0.7
최근 업데이트 2020-07-14
출시 날짜 2020-04-28
평점 5.00/5 총 2 개의 평점
개발자 https://lunarmail.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lunarmail.io
도움말 페이지 URL https://lunarmail.io
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LunarMail",
    "short_name": "LunarMail",
    "version": "1.0.7",
    "description": "Secure your personal email inbox with real-time disposable email addresses.",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "background",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "LunarMail.io"
    },
    "icons": {
        "16": "assets\/chromeIcon16.png",
        "48": "assets\/chromeIcon48.png",
        "128": "assets\/chromeIcon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}