Email Link to Group

Email currently viewed link to group of email Ids

O que é Email Link to Group?

Email Link to Group é uma extensão do Chrome desenvolvida por https://justanothersoftwaredeveloper.blogspot.com, e sua principal característica é "Email currently viewed link to group of email Ids".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Email Link to Group

Baixe arquivos de extensão Email Link to Group no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Email Link to Group Email Link to Group
ID nioehpfaeoofnfhecmjbncgakacejhjc
URL Oficial https://chromewebstore.google.com/detail/email-link-to-group/nioehpfaeoofnfhecmjbncgakacejhjc
Descrição Email currently viewed link to group of email Ids
Tamanho do Arquivo 11.89 KB
Contagem de Instalações 241
Versão Atual 1.7
Última Atualização 2013-10-18
Data de Publicação 2013-10-17
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor https://justanothersoftwaredeveloper.blogspot.com
Tipo de Pagamento free
Site da Extensão http://justanothersoftwaredeveloper.blogspot.com/
Idiomas Suportados 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"
    ]
}