Guerrilla Mail

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

Qu'est-ce que Guerrilla Mail ?

Guerrilla Mail est une extension Chrome développée par AMZScout, et sa fonction principale est "This plugin will help you to get disposable email fast and without leaving current page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Guerrilla Mail

Téléchargez les fichiers d'extension Guerrilla Mail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Guerrilla Mail Guerrilla Mail
ID anlbgefehfaoddhbdeodadgoifdjkbeg
URL Officiel https://chromewebstore.google.com/detail/guerrilla-mail/anlbgefehfaoddhbdeodadgoifdjkbeg
Description This plugin will help you to get disposable email fast and without leaving current page.
Taille du Fichier 55.28 KB
Nombre d'Installations 353
Version Actuelle 1.0.4
Dernière Mise à Jour 2016-05-02
Date de Publication 2016-05-01
Évaluation 3.71/5 Total 7 Évaluations
Développeur AMZScout
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://amzscout.net/docs/security-policy.pdf
Langues Prises en Charge 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": [
        "*"
    ]
}