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”。
擴展截圖
下載Em@iler - Fast Email Compose擴展crx文件
下載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 |
ID | kobdbbbiafbomafeghbkkmpeefbdggod |
官方網址 | 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" ] } |