Email Link to Group

Email currently viewed link to group of email Ids

什么是Email Link to Group?

Email Link to Group是由https://justanothersoftwaredeveloper.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Email currently viewed link to group of email Ids”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Email Link to Group扩展crx文件

下载Email Link to Group扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Send currently viewed page to a group of friends/people.

You can send the email via Gmail or outlook. The default is gmail, but you can change it through the options page by setting it to Outlook.

This extension helps you to create an Email compose page with its "To" field set to email Ids in a group that you created and the Email body set to the page url.

To create groups and add email ids to the group, right click on the extension icon and go to options. It will show you a form to create groups and add emails.

You can also select the client you want to use to send the email. Currently, the extension supports Gmail and Outlook(If set as your default mail client).

Once you have created the desired groups, do the following when you want to send a url to a certain group.

- Click on the extension from the page whose url/link you want to send.
- It will open a pop up containing all the groups that you have created. Click on one of these groups. It will open an Email compose page with the url, ready to send to everyone in the group                    

扩展基本信息

名称 Email Link to Group Email Link to Group
ID nioehpfaeoofnfhecmjbncgakacejhjc
官方URL https://chromewebstore.google.com/detail/email-link-to-group/nioehpfaeoofnfhecmjbncgakacejhjc
简介 Email currently viewed link to group of email Ids
文件大小 11.89 KB
安装次数 241
当前版本 1.7
更新时间 2013-10-18
上架时间 2013-10-17
评分 4.20/5 共5次评分
开发者 https://justanothersoftwaredeveloper.blogspot.com
付费类型 free
扩展官网 http://justanothersoftwaredeveloper.blogspot.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Link to Group",
    "short_name": "Group mail",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Email currently viewed link to group of email Ids",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "groupMail.png",
        "default_popup": "share.html"
    },
    "permissions": [
        "tabs"
    ]
}