Tempos Email

Get a temporary email at any time! TemposEmail is a completely free temporary email service

Tempos Email란 무엇입니까?

Tempos Email은(는) TemposEmail에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a temporary email at any time! TemposEmail is a completely free temporary email service"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Get a temporary email at any time! And protect your private email from spam and phishing, using a disposable (temp) email addresses.                    

확장 프로그램 기본 정보

이름 Tempos Email Tempos Email
ID bcldmifgclcaleholidmhoacpdmnghja
공식 URL https://chrome.google.com/webstore/detail/tempos-email/bcldmifgclcaleholidmhoacpdmnghja
설명 Get a temporary email at any time! TemposEmail is a completely free temporary email service
파일 크기 68.48 KB
설치 횟수 10
현재 버전 1.0.1
최근 업데이트 2020-12-29
출시 날짜 2020-11-08
평점 5.00/5 총 1 개의 평점
개발자 TemposEmail
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tempos.email
도움말 페이지 URL https://tempos.email/contact
개인정보 보호 정책 페이지 URL https://tempos.email/policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tempos Email",
    "version": "1.0.1",
    "description": "Get a temporary email at any time! TemposEmail is a completely free temporary email service",
    "permissions": [
        "*:\/\/tempos.email\/*",
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "api.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "api.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}