Disposable Temporary E-Mail Address

CrazyMailing - online service that generates disposable temporary Email.

Disposable Temporary E-Mail Address là gì?

Disposable Temporary E-Mail Address là một tiện ích mở rộng Chrome được phát triển bởi https://www.crazymailing.com, và tính năng chính của nó là "CrazyMailing - online service that generates disposable temporary Email.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disposable Temporary E-Mail Address

Tải xuống các tệp mở rộng Disposable Temporary E-Mail Address 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

                        Crazymailing is free and easy in use online service which generates random temporary Email addresses. This Email addresses will be automatically deleted after a short period of time.

This service can be used for confirming registration on a different sites, if you don't want to use your real Email. Use it for free!

Options
- increment time life of temporary email
- multiplay email accounts
- store expired emails
- right click for fast use                    

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

Tên Disposable Temporary E-Mail Address Disposable Temporary E-Mail Address
ID hemenclonhmnejgolgngjbkmojmcgjnk
URL Chính Thức https://chrome.google.com/webstore/detail/disposable-temporary-e-ma/hemenclonhmnejgolgngjbkmojmcgjnk
Mô tả CrazyMailing - online service that generates disposable temporary Email.
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 5,715
Phiên Bản Hiện Tại 0.3.9
Cập Nhật Lần Cuối 2016-11-19
Ngày Phát Hành 2016-11-19
Đánh Giá 4.77/5 Tổng số 1020 Đánh Giá
Nhà Phát Triển https://www.crazymailing.com
Loại Thanh Toán free
Trang Web Mở Rộng https://chrome.google.com/webstore/detail/disposable-temporary-e-ma/hemenclonhmnejgolgngjbkmojmcgjnk
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3.9",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-5FqCksGrzIgAtNavbmT8zNctUibTL9zo++jVP3C+Ces=' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "img\/icon_128.png",
        "64": "img\/icon_64.png",
        "48": "img\/icon_48.png",
        "32": "img\/icon_32.png",
        "16": "img\/icon_16.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "background",
        "cookies",
        "https:\/\/www.crazymailing.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon_16.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/www.crazymailing.com",
    "content_scripts": [
        {
            "js": [
                "is_installed.js"
            ],
            "matches": [
                "http:\/\/www.crazymailing.local\/*",
                "https:\/\/www.crazymailing.com\/*"
            ]
        }
    ]
}