Instantly Email

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

Was ist Instantly Email?

Instantly Email ist eine Chrome-Erweiterung, die von https://www.instantlyemail.com entwickelt wurde, und ihr Hauptmerkmal ist "Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…".

Erweiterungsscreenshots

screenshot

Instantly Email-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instantly Email-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Instantly Email Instantly Email
ID kinbmdcgipnbhildoaaipoikanjbafji
Offizielle URL https://chromewebstore.google.com/detail/instantly-email/kinbmdcgipnbhildoaaipoikanjbafji
Beschreibung Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…
Dateigröße 18.15 KB
Installationsanzahl 101
Aktuelle Version 2.0
Letztes Update 2012-10-18
Veröffentlichungsdatum 2012-10-18
Bewertung 2.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.instantlyemail.com
Zahlungsart free
Erweiterungswebsite http://www.instantlyemail.com
Unterstützte Sprachen 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'"
}