Guerrilla Mail

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

什么是Guerrilla Mail?

Guerrilla Mail是由AMZScout开发的Chrome扩展程序,该扩展的主要功能是“This plugin will help you to get disposable email fast and without leaving current page.”。

扩展截图

screenshot
screenshot

下载Guerrilla Mail扩展crx文件

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