Instantly Email

Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…

Instantly Email là gì?

Instantly Email là một tiện ích mở rộng Chrome được phát triển bởi https://www.instantlyemail.com, và tính năng chính của nó là "Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…".

Ả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 Instantly Email

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

                        Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your browser. 

Rather than give spammers your real email address when signing up for websites, forums and other online signups give them a temporary email address from www.instantlyemail.com.

Your instant email address lasts for 10 minutes but can be extended for a long as you like.                    

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

Tên Instantly Email Instantly Email
ID kinbmdcgipnbhildoaaipoikanjbafji
URL Chính Thức https://chromewebstore.google.com/detail/instantly-email/kinbmdcgipnbhildoaaipoikanjbafji
Mô tả Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…
Kích Thước Tệp 18.15 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2012-10-18
Ngày Phát Hành 2012-10-18
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.instantlyemail.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.instantlyemail.com
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instantly Email",
    "version": "2.0",
    "minimum_chrome_version": "22",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "main.html"
    },
    "permissions": [
        "http:\/\/www.instantlyemail.com\/",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "your temporary inbox",
        "default_popup": "inbox.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}