Guerrilla Mail

This plugin will help you to get disposable email fast and without leaving current page.

Τι είναι το Guerrilla Mail;

Το Guerrilla Mail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AMZScout, και η κύρια λειτουργία του είναι "This plugin will help you to get disposable email fast and without leaving current page.".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης Guerrilla Mail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Guerilla mail plugin allow you to get disposable mail box without living your current page. When you got it, plugin will check email and shows your inbox mail. You can open and read what you got.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Guerrilla Mail Guerrilla Mail
ID anlbgefehfaoddhbdeodadgoifdjkbeg
Επίσημο URL https://chromewebstore.google.com/detail/guerrilla-mail/anlbgefehfaoddhbdeodadgoifdjkbeg
Περιγραφή This plugin will help you to get disposable email fast and without leaving current page.
Μέγεθος Αρχείου 55.28 KB
Αριθμός Εγκαταστάσεων 353
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2016-05-02
Ημερομηνία Δημοσίευσης 2016-05-01
Αξιολόγηση 3.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής AMZScout
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://amzscout.net/docs/security-policy.pdf
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guerrilla Mail",
    "version": "1.0.4",
    "description": "This plugin will help you to get disposable email fast and without leaving current page.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "http:\/\/www.amazonscout.com",
    "homepage_url": "http:\/\/www.amazonscout.com",
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/www.guerrillamail.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "window.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}