Inboxes - Temp email, new domains every month

Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.

Inboxes - Temp email, new domains every month란 무엇입니까?

Inboxes - Temp email, new domains every month은(는) http://getinboxes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address."입니다.

확장 프로그램 스크린샷

screenshot

Inboxes - Temp email, new domains every month 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Inboxes is a free temp mail service. It protects private inboxes from spam and phishing by providing you 100's of temp mail address. It also alerts you when new messages are received and gives you easy access to copy and paste randomly generated temp email addresses. Use your anonymous disposable inbox to register to web sites where you don't want your real email to be exposed.                    

확장 프로그램 기본 정보

이름 Inboxes - Temp email, new domains every month Inboxes - Temp email, new domains every month
ID cmkjhmpnkckeffdpphnaidaamajmahgj
공식 URL https://chrome.google.com/webstore/detail/inboxes-temp-email-new-do/cmkjhmpnkckeffdpphnaidaamajmahgj
설명 Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.
파일 크기 579 KB
설치 횟수 364
현재 버전 1.0.26
최근 업데이트 2018-11-28
출시 날짜 2018-11-28
평점 3.00/5 총 4 개의 평점
개발자 http://getinboxes.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getinboxes.com
도움말 페이지 URL https://getinboxes.com/help
개인정보 보호 정책 페이지 URL https://getnada.com/privacy
지원되는 언어 id,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inboxes - Temp email, new domains every month",
    "short_name": "Inboxes - Temp mail",
    "version": "1.0.26",
    "homepage_url": "https:\/\/getinboxes.com\/",
    "description": "Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.",
    "author": "Inboxes - Temp mail",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16x16.png",
        "20": "icons\/20x20.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "40": "icons\/40x40.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite",
        "https:\/\/getinboxes.com\/"
    ],
    "background": {
        "scripts": [
            "vendor\/lodash\/lodash.min.js",
            "common\/Browser.js",
            "common\/Constants.js",
            "background\/script.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Inboxes - Temp email, new domains every month",
        "default_popup": "popup\/template.html",
        "default_icon": {
            "16": "icons\/16x16.png",
            "20": "icons\/20x20.png",
            "24": "icons\/24x24.png",
            "25": "icons\/25x25.png",
            "30": "icons\/30x30.png",
            "32": "icons\/32x32.png",
            "40": "icons\/40x40.png",
            "48": "icons\/48x48.png",
            "64": "icons\/64x64.png",
            "128": "icons\/128x128.png",
            "256": "icons\/256x256.png",
            "512": "icons\/512x512.png"
        }
    },
    "web_accessible_resources": [
        "icons\/*"
    ]
}