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 |
公式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 |
Eメール | [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": [ "*" ] } |