Guerrilla Mail

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

Hvad er Guerrilla Mail?

Guerrilla Mail er en Chrome-udvidelse udviklet af AMZScout, og dens hovedfunktion er "This plugin will help you to get disposable email fast and without leaving current page.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Guerrilla Mail-udvidelses-CRX-fil

Download Guerrilla Mail-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Guerrilla Mail Guerrilla Mail
ID anlbgefehfaoddhbdeodadgoifdjkbeg
Officiel URL https://chromewebstore.google.com/detail/guerrilla-mail/anlbgefehfaoddhbdeodadgoifdjkbeg
Beskrivelse This plugin will help you to get disposable email fast and without leaving current page.
Filstørrelse 55.28 KB
Antal Installationer 353
Nuværende Version 1.0.4
Senest Opdateret 2016-05-02
Udgivelsesdato 2016-05-01
Bedømmelse 3.71/5 Samlet 7 Bedømmelser
Udvikler AMZScout
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://amzscout.net/docs/security-policy.pdf
Understøttede Sprog 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": [
        "*"
    ]
}