10 Minutes Email - 10 min disposable email

Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail.

10 Minutes Email - 10 min disposable emailคืออะไร?

10 Minutes Email - 10 min disposable email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://10minemail.com และคุณลักษณะหลักของมันคือ "Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 10 Minutes Email - 10 min disposable email

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

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

                        Get your own temporary disposable 10 minute mail address without registration. 
The extension provides free 10 minute mail service. 
Disposable email with attachments and very easy to use. 

How to use ? 
Install the app to your browser and enjoy temporary 10 minute disposable email addresses without visiting the website itself. Just click the icon in the right upper corner of the browser. A window with new temporary email address will appear in a second. This window will also appear with notifications about new emails in your inbox.

Please visit our website for more questions : https://10minEmail.com                    

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

ชื่อ 10 Minutes Email - 10 min disposable email 10 Minutes Email - 10 min disposable email
ID emhgkpmcjiokblfofahdclcgldgflelc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/10-minutes-email-10-min-d/emhgkpmcjiokblfofahdclcgldgflelc
คำอธิบาย Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail.
ขนาดไฟล์ 374 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-02-07
วันที่เผยแพร่ 2019-09-20
คะแนน 4.86/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://10minemail.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://10minemail.com
URL หน้าช่วยเหลือ https://10minemail.com/en/faq/
URL หน้านโยบายความเป็นส่วนตัว https://temp-mail.org/privacy-policy
ภาษาที่รองรับ en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "10minemail",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.1.0",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "img\/16x16.png",
        "128": "img\/128x128.png",
        "48": "img\/48x48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/128x128.png",
        "default_popup": "popup.html",
        "default_title": "10minemail"
    },
    "web_accessible_resources": [],
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "contextMenus",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.temp-mail.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}