Em@iler - Fast Email Compose

Send an email stright from the chrome bar

Что такое Em@iler - Fast Email Compose?

Em@iler - Fast Email Compose - это расширение Chrome, разработанное Eyal Shalev, и его основная функция - "Send an email stright from the chrome bar".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Em@iler - Fast Email Compose

Скачайте файлы расширений Em@iler - Fast Email Compose в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}