Temp Mail A+ - Disposable email

Extension to generate Temp Mail - Disposable email

Temp Mail A+ - Disposable email란 무엇입니까?

Temp Mail A+ - Disposable email은(는) https://tempmaila.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to generate Temp Mail - Disposable email"입니다.

확장 프로그램 스크린샷

screenshot

Temp Mail A+ - Disposable email 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A disposable email is typically a temporary email address that is used only once and often for a short period of time. Disposable email addresses can be used in place of your personal email address and can help protect your privacy by preventing spam or unwanted mail. They are convenient when signing up for many websites or services and can be automatically deleted after a few hours or a few days.                    

확장 프로그램 기본 정보

이름 Temp Mail A+ - Disposable email Temp Mail A+ - Disposable email
ID imbgcdakhillciogjocnopkdfnbepnff
공식 URL https://chromewebstore.google.com/detail/temp-mail-a+-disposable-e/imbgcdakhillciogjocnopkdfnbepnff
설명 Extension to generate Temp Mail - Disposable email
파일 크기 302 KB
설치 횟수 21
현재 버전 1.0
최근 업데이트 2023-02-23
출시 날짜 2023-02-23
개발자 https://tempmaila.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tempmaila.com
도움말 페이지 URL https://tempmaila.com/contact
개인정보 보호 정책 페이지 URL https://tempmaila.com/page/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "action": {
        "default_icon": {
            "16": "assets\/images\/16x16.png",
            "32": "assets\/images\/48x48.png",
            "48": "assets\/images\/128x128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery-3.6.0.min.js",
                "assets\/js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Extension to generate Temp Mail - Disposable email",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/images\/128x128.png",
        "16": "assets\/images\/16x16.png",
        "32": "assets\/images\/48x48.png"
    },
    "manifest_version": 3,
    "name": "Temp Mail A+ - Disposable email",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}