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.”。
擴展截圖
下載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 |
ID | anlbgefehfaoddhbdeodadgoifdjkbeg |
官方網址 | 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": [ "*" ] } |