Disposable Mailbox
Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes.
Disposable Mailboxคืออะไร?
Disposable Mailbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://disposablemailbox.com และคุณลักษณะหลักของมันคือ "Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disposable Mailbox
ดาวน์โหลดไฟล์ส่วนขยาย Disposable Mailbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Disposable Mailbox is a free temporary email service that allows you to receive email at a temporary address that self-deletes after 30 minutes. Disposable Mailbox is also known to called names like: tempmail, throwaway email, burner email, fake-mail, fake email generator, burner email or trash-mail.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | pgpiahgokloaacapmeniaoecjofimhik | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disposable-mailbox/pgpiahgokloaacapmeniaoecjofimhik | 
| คำอธิบาย | Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes. | 
| ขนาดไฟล์ | 432 KB | 
| จำนวนการติดตั้ง | 39 | 
| เวอร์ชันปัจจุบัน | 1.0 | 
| อัปเดตครั้งล่าสุด | 2021-12-06 | 
| วันที่เผยแพร่ | 2021-12-05 | 
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน | 
| ผู้พัฒนา | https://disposablemailbox.com | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://disposablemailbox.com/ | 
| URL หน้าช่วยเหลือ | https://disposablemailbox.com/ | 
| URL หน้านโยบายความเป็นส่วนตัว | https://disposablemailbox.com/privacy | 
| ภาษาที่รองรับ | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disposable Mailbox",
    "short_name": "Disposable Mailbox",
    "version": "1.0",
    "description": "Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes.",
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "image.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Disposable Mailbox",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}  |  |