Em@iler - Fast Email Compose

Send an email stright from the chrome bar

Em@iler - Fast Email Compose란 무엇입니까?

Em@iler - Fast Email Compose은(는) Eyal Shalev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send an email stright from the chrome bar"입니다.

확장 프로그램 스크린샷

screenshot

Em@iler - Fast Email Compose 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Quickly compose an email from the popup balloon without leaving your current page. 

With this app you don't have to wait for the email program to load or to start resizing windows or switching tabs.

After you finished the initial composing you click send and you will be transfered to your favorit email client for sending.                    

확장 프로그램 기본 정보

이름 Em@iler - Fast Email Compose Em@iler - Fast Email Compose
ID kobdbbbiafbomafeghbkkmpeefbdggod
공식 URL https://chromewebstore.google.com/detail/emiler-fast-email-compose/kobdbbbiafbomafeghbkkmpeefbdggod
설명 Send an email stright from the chrome bar
파일 크기 39.9 KB
설치 횟수 44
현재 버전 1.0.3
최근 업데이트 2013-05-14
출시 날짜 2013-05-14
개발자 Eyal Shalev
결제 유형 free
확장 프로그램 웹 사이트 https://plus.google.com/communities/109248821707514883600
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Em@iler - Fast Email Compose",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Send an email stright from the chrome bar",
    "icons": {
        "16": "icon (16).png",
        "48": "icon (48).png",
        "64": "icon.png",
        "128": "icon (128).png",
        "250": "icon (250).png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}