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?

Instantly Email是由https://www.instantlyemail.com開發的Chrome擴展程式,該擴展的主要功能是“Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…”。

擴展截圖

screenshot

下載Instantly Email擴展crx文件

下載Instantly Email擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Instantly Email Instantly Email
ID kinbmdcgipnbhildoaaipoikanjbafji
官方網址 https://chromewebstore.google.com/detail/instantly-email/kinbmdcgipnbhildoaaipoikanjbafji
簡介 Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…
檔案大小 18.15 KB
安裝次數 101
目前版本 2.0
更新時間 2012-10-18
上架時間 2012-10-18
評分 2.00/5 共 2 次評分
開發者 https://www.instantlyemail.com
付費類型 free
擴展官網 http://www.instantlyemail.com
支援的語言 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'"
}