Temp Mail - Temporary Email Address

Best Temp Mail address to prevent from email hacking and spamming

Temp Mail - Temporary Email Addressคืออะไร?

Temp Mail - Temporary Email Address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adzdeveloper และคุณลักษณะหลักของมันคือ "Best Temp Mail address to prevent from email hacking and spamming"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Temp Mail - Temporary Email Address

ดาวน์โหลดไฟล์ส่วนขยาย Temp Mail - Temporary Email Address ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A disposable email address service prevents your email from spam, promotional emails, bots, and hacking attacks with the help of a temp mail chrome extension.
In addition, we allow receiving the file attachments in the temp mailbox. 
Temp-mail extension provides an anonymous and free temporary email address. Keep your original mailbox secure and avoid spam emails with temp-mail exclusive Chrome extension features, unlike other service providers.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Temp Mail - Temporary Email Address Temp Mail - Temporary Email Address
ID gmindkhkpdfcjjeiffmhpbpcjjfbamph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/temp-mail-temporary-email/gmindkhkpdfcjjeiffmhpbpcjjfbamph
คำอธิบาย Best Temp Mail address to prevent from email hacking and spamming
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 1,380
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-12-20
วันที่เผยแพร่ 2022-12-16
ผู้พัฒนา adzdeveloper
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://temp-mail.co/
URL หน้าช่วยเหลือ https://temp-mail.co/contact
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Temp Mail - Temporary Email Address",
    "description": "Best Temp Mail address to prevent from email hacking and spamming",
    "version": "1.0.3",
    "icons": {
        "128": "asset\/image\/temp-mail.png"
    },
    "author": "Temp Mail",
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Temp Mails"
    },
    "background": {
        "service_worker": "event.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "my-styles.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}