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": [
        "*"
    ]
}