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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [ "*" ] } |