Instantly Email

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

Hvad er Instantly Email?

Instantly Email er en Chrome-udvidelse udviklet af https://www.instantlyemail.com, og dens hovedfunktion er "Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…".

Udvidelsesskærmbilleder

screenshot

Download Instantly Email-udvidelses-CRX-fil

Download Instantly Email-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Instantly Email Instantly Email
ID kinbmdcgipnbhildoaaipoikanjbafji
Officiel URL https://chromewebstore.google.com/detail/instantly-email/kinbmdcgipnbhildoaaipoikanjbafji
Beskrivelse Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…
Filstørrelse 18.15 KB
Antal Installationer 101
Nuværende Version 2.0
Senest Opdateret 2012-10-18
Udgivelsesdato 2012-10-18
Bedømmelse 2.00/5 Samlet 2 Bedømmelser
Udvikler https://www.instantlyemail.com
Betalingsmetode free
Udvidelseswebsted http://www.instantlyemail.com
Understøttede Sprog 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'"
}