One Click Email

Create a temporary email in one click.

One Click Email là gì?

One Click Email là một tiện ích mở rộng Chrome được phát triển bởi nglgzz, và tính năng chính của nó là "Create a temporary email in one click.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng One Click 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

                        This extension allows you to create a temporary email with one click.

When clicking the extension icon a new email will be generated and the address will be pasted into your clipboard. 

Once created the email will last 10 minutes, and whenever you click on the timer the time will be reset.

You can also read incoming emails in case, for example, you need to verify some registration.                    

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

Tên One Click Email One Click Email
ID coblhbfabgjlofjlbbamhoiikbfpbhdn
URL Chính Thức https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn
Mô tả Create a temporary email in one click.
Kích Thước Tệp 11.26 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2017-02-14
Ngày Phát Hành 2017-02-14
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển nglgzz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Email",
    "short_name": "1Click Email",
    "description": "Create a temporary email in one click.",
    "version": "0.4",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/10minutemail.com\/",
        "clipboardWrite"
    ],
    "icons": {
        "128": "icon128.png"
    }
}