Temp Mail - Edu Email

Extension to generate Temp Mail - Edu Email

Temp Mail - Edu Emailคืออะไร?

Temp Mail - Edu Email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tempmaili.com และคุณลักษณะหลักของมันคือ "Extension to generate Temp Mail - Edu Email"

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

screenshot

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

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

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

                        What does Temp Mail mean?

Unlike Gmail and other services that give you an email address without you having to sign up on the site, a temporary email address is just that: an email address. Also, there is no set time limit on how long the mail is good for. This means that the mail will be deleted after a certain amount of time.

Users usually use temporary emails so that they don't have to sign up for a lot of email lists. It helps users avoid getting emails that they didn't ask for.

How do I get an Edu mail account?

Once you get to the change area, you will start getting email and university mail. If you have an Edu email address, it will be easier for you to sign up for free accounts on many premium sites.

About Temporary mail

The word "temp mail" is made up of the words "temporary" and "email." We use temporary mail to sign up for social media, websites, blogs, and many other online services. Temp mail is a useful tool that will help you get an email address without having to sign up for that website.

To join any website, you will need to give an email address. You need an email address to play online games, apply for anything, or sign up for a website. We'll be able to use those websites because of this. 

You will find it easier to get in if you have a temporary email address. If you have a lot of unwanted emails that need to be deleted, you could use temp mail to get rid of them since it won't bother users to delete emails from storage. If you are worried about this, you can get rid of them by sending them temporary mail.                    

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

ชื่อ Temp Mail - Edu Email Temp Mail - Edu Email
ID lomfioignhfghjnikhmjpoeojfekaflg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/temp-mail-edu-email/lomfioignhfghjnikhmjpoeojfekaflg
คำอธิบาย Extension to generate Temp Mail - Edu Email
ขนาดไฟล์ 326 KB
จำนวนการติดตั้ง 664
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-09-20
วันที่เผยแพร่ 2022-09-20
ผู้พัฒนา https://tempmaili.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tempmaili.com
URL หน้านโยบายความเป็นส่วนตัว https://tempmaili.com/page/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Temp Mail - Edu Email",
    "version": "1.0",
    "description": "Extension to generate Temp Mail - Edu Email",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/logo-16.png",
            "32": "assets\/images\/logo-32.png",
            "48": "assets\/images\/logo-48.png"
        }
    },
    "icons": {
        "16": "assets\/images\/logo-16.png",
        "32": "assets\/images\/logo-32.png",
        "128": "assets\/images\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.6.0.min.js",
                "assets\/js\/inject.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "manifest_version": 3
}