Instantly Email

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

Wat is Instantly Email?

Instantly Email is een Chrome-extensie ontwikkeld door https://www.instantlyemail.com, en de belangrijkste functie is "Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Instantly Email

Download Instantly Email-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Instantly Email Instantly Email
ID kinbmdcgipnbhildoaaipoikanjbafji
Officiële URL https://chromewebstore.google.com/detail/instantly-email/kinbmdcgipnbhildoaaipoikanjbafji
Beschrijving Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…
Bestandsgrootte 18.15 KB
Aantal Installaties 101
Huidige Versie 2.0
Laatst Bijgewerkt 2012-10-18
Publicatiedatum 2012-10-18
Beoordeling 2.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.instantlyemail.com
Betalingswijze free
Extensiewebsite http://www.instantlyemail.com
Ondersteunde Talen 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'"
}