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
公式URL 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'"
}