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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.instantlyemail.com, και η κύρια λειτουργία του είναι "Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Instantly Email

Λήψη αρχείων επέκτασης 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'"
}