33mail - Defend your Inbox

This extension allows you to easily create 33mail alias addresses whenever you need them

33mail - Defend your Inbox란 무엇입니까?

33mail - Defend your Inbox은(는) https://www.33mail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to easily create 33mail alias addresses whenever you need them"입니다.

확장 프로그램 스크린샷

screenshot

33mail - Defend your Inbox 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The 33Mail Chrome Extension makes registering for websites painless and safe.  Instead of giving your real email address to companies that may or may not be trustworthy, let 33Mail create a customized email address for each company you sign up for.

Any emails they send will be forwarded to you, however if they start to abuse your email address you can block it with a single click.  33Mail puts you back in control of your inbox!                    

확장 프로그램 기본 정보

이름 33mail - Defend your Inbox 33mail - Defend your Inbox
ID keempgcbhfoekmolbpdkcoimnnejjaeh
공식 URL https://chromewebstore.google.com/detail/33mail-defend-your-inbox/keempgcbhfoekmolbpdkcoimnnejjaeh
설명 This extension allows you to easily create 33mail alias addresses whenever you need them
파일 크기 3.41 MB
설치 횟수 2,128
현재 버전 3.0.0
최근 업데이트 2020-04-21
출시 날짜 2020-04-21
평점 2.88/5 총 16 개의 평점
개발자 https://www.33mail.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.33mail.com
도움말 페이지 URL https://www.33mail.com/page/faq
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "33mail - Defend your Inbox",
    "version": "3.0.0",
    "manifest_version": 2,
    "description": "This extension allows you to easily create 33mail alias addresses whenever you need them",
    "homepage_url": "https:\/\/www.33mail.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "33mail",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "https:\/\/api.ec2.33mail.com\/*"
    ]
}