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