Tempos Email

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

Tempos Email là gì?

Tempos Email là một tiện ích mở rộng Chrome được phát triển bởi TemposEmail, và tính năng chính của nó là "Get a temporary email at any time! TemposEmail is a completely free temporary email service".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tempos Email

Tải xuống các tệp mở rộng Tempos Email dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tempos Email Tempos Email
ID bcldmifgclcaleholidmhoacpdmnghja
URL Chính Thức https://chrome.google.com/webstore/detail/tempos-email/bcldmifgclcaleholidmhoacpdmnghja
Mô tả Get a temporary email at any time! TemposEmail is a completely free temporary email service
Kích Thước Tệp 68.48 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-12-29
Ngày Phát Hành 2020-11-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển TemposEmail
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tempos.email
URL Trang Trợ Giúp https://tempos.email/contact
URL Trang Chính Sách Bảo Mật https://tempos.email/policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}