Tempos Email

Get a temporary email at any time! TemposEmail is a completely free temporary email service

Tempos Emailคืออะไร?

Tempos Email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TemposEmail และคุณลักษณะหลักของมันคือ "Get a temporary email at any time! TemposEmail is a completely free temporary email service"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tempos Email

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

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

                        Get a temporary email at any time! And protect your private email from spam and phishing, using a disposable (temp) email addresses.                    

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

ชื่อ Tempos Email Tempos Email
ID bcldmifgclcaleholidmhoacpdmnghja
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tempos-email/bcldmifgclcaleholidmhoacpdmnghja
คำอธิบาย Get a temporary email at any time! TemposEmail is a completely free temporary email service
ขนาดไฟล์ 68.48 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-12-29
วันที่เผยแพร่ 2020-11-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา TemposEmail
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tempos.email
URL หน้าช่วยเหลือ https://tempos.email/contact
URL หน้านโยบายความเป็นส่วนตัว https://tempos.email/policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tempos Email",
    "version": "1.0.1",
    "description": "Get a temporary email at any time! TemposEmail is a completely free temporary email service",
    "permissions": [
        "*:\/\/tempos.email\/*",
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "api.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "api.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}