Guerrilla Mail

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

Co je Guerrilla Mail?

Guerrilla Mail je rozšíření Chrome vyvinuté AMZScout, a jeho hlavní funkcí je „This plugin will help you to get disposable email fast and without leaving current page.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Guerrilla Mail

Stáhněte si soubory rozšíření Guerrilla Mail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Guerrilla Mail Guerrilla Mail
ID anlbgefehfaoddhbdeodadgoifdjkbeg
Oficiální URL https://chromewebstore.google.com/detail/guerrilla-mail/anlbgefehfaoddhbdeodadgoifdjkbeg
Popis This plugin will help you to get disposable email fast and without leaving current page.
Velikost souboru 55.28 KB
Počet instalací 353
Aktuální Verze 1.0.4
Poslední Aktualizace 2016-05-02
Datum Vydání 2016-05-01
Hodnocení 3.71/5 Celkem 7 Hodnocení
Vývojář AMZScout
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://amzscout.net/docs/security-policy.pdf
Podporované Jazyky 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": [
        "*"
    ]
}