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
官方網址 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"
    ]
}