Email Link to Group
Email currently viewed link to group of email Ids
What is Email Link to Group?
Email Link to Group is a Chrome extension developed by https://justanothersoftwaredeveloper.blogspot.com, and its main feature is "Email currently viewed link to group of email Ids".
Extension Screenshots
Download Email Link to Group Extension CRX File
Download Email Link to Group extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Email Link to Group |
ID | nioehpfaeoofnfhecmjbncgakacejhjc |
Official URL | https://chromewebstore.google.com/detail/email-link-to-group/nioehpfaeoofnfhecmjbncgakacejhjc |
Description | Email currently viewed link to group of email Ids |
File Size | 11.89 KB |
Installation Count | 241 |
Current Version | 1.7 |
Last Updated | 2013-10-18 |
Publish Date | 2013-10-17 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://justanothersoftwaredeveloper.blogspot.com |
Payment Type | free |
Extension Website | http://justanothersoftwaredeveloper.blogspot.com/ |
Supported Languages | 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" ] } |