Mobile Emails for NetCommunity

Enables mobile CSS in NetCommunity (post v6.45) email editors

O que é Mobile Emails for NetCommunity?

Mobile Emails for NetCommunity é uma extensão do Chrome desenvolvida por https://smartthing.co.uk, e sua principal característica é "Enables mobile CSS in NetCommunity (post v6.45) email editors".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Mobile Emails for NetCommunity

Baixe arquivos de extensão Mobile Emails for NetCommunity 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

                        [Changes in 1.5]
- Does not replace other comments, just those around the style entries

[Changes in 1.4]
- Fixed illegal return statement error

[Description]
Provided for FREE by The SmartTHING Limited - providers of Blackbaud Raiser's Edge, NetCommunity, Internet Solutions and BBCRM support and customisations.

NetCommunity does not allow you to send emails with @media stylesheets included - these are needed to support mobile clients reading emails. 

Our patch makes sure you can indeed add these stylesheets in all the various parts of NetCommunity. Currently this includes the parts:
Email Messages, Templates, Newsletters, Notifications, Forgotten Password, New User Registrations, New and Classic Event Registrations, Membership Forms, ECards, Custom Forms, Fundraiser, Payment and Payment 2.0                    

Informações Básicas da Extensão

Nome Mobile Emails for NetCommunity Mobile Emails for NetCommunity
ID kldkbcooacjoiohpaminogljmkoelddf
URL Oficial https://chromewebstore.google.com/detail/mobile-emails-for-netcomm/kldkbcooacjoiohpaminogljmkoelddf
Descrição Enables mobile CSS in NetCommunity (post v6.45) email editors
Tamanho do Arquivo 4.55 KB
Contagem de Instalações 51
Versão Atual 1.5
Última Atualização 2015-03-27
Data de Publicação 2015-03-26
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor https://smartthing.co.uk
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.smartthing.co.uk
URL da Página de Ajuda http://smartthing.freshdesk.com
URL da Página de Política de Privacidade https://www.smartthing.org/privacy-policy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mobile Emails for NetCommunity",
    "version": "1.5",
    "description": "Enables mobile CSS in NetCommunity (post v6.45) email editors",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/cms\/emailediting*",
                "*:\/\/*\/cms\/donationacknowledgement\/*",
                "*:\/\/*\/cms\/newuserregistration\/*",
                "*:\/\/*\/cms\/forgottenpassword\/*",
                "*:\/\/*\/cms\/eventacknowledgement\/*",
                "*:\/\/*\/cms\/emailtemplate\/*",
                "*:\/\/*\/cms\/emailnewsletter\/*",
                "*:\/\/*\/cms\/newsletterissueediting*",
                "*:\/\/*\/cms\/sitenotificationeditor*",
                "*:\/\/*\/cms\/membershipacknowledgement\/*",
                "*:\/\/*\/cms\/ecardemaileditor\/*",
                "*:\/\/*\/cms\/ecardtemplateeditor\/*",
                "*:\/\/*\/cms\/customformconfirmation\/*",
                "*:\/\/*\/cms\/fundraiseracknowledgement\/*",
                "*:\/\/*\/cms\/paymentacknowledgement\/*",
                "*:\/\/*\/cms\/paymentpart2acknowledgement\/*",
                "*:\/\/*\/cms\/donationereceipt\/*",
                "*:\/\/*\/*\/cms\/donationacknowledgement\/*",
                "*:\/\/*\/*\/cms\/newuserregistration\/*",
                "*:\/\/*\/*\/cms\/forgottenpassword\/*",
                "*:\/\/*\/*\/cms\/eventacknowledgement\/*",
                "*:\/\/*\/*\/cms\/emailtemplate\/*",
                "*:\/\/*\/*\/cms\/emailnewsletter\/*",
                "*:\/\/*\/*\/cms\/newsletterissueediting*",
                "*:\/\/*\/*\/cms\/sitenotificationeditor*",
                "*:\/\/*\/*\/cms\/membershipacknowledgement\/*",
                "*:\/\/*\/*\/cms\/ecardemaileditor\/*",
                "*:\/\/*\/*\/cms\/ecardtemplateeditor\/*",
                "*:\/\/*\/*\/cms\/customformconfirmation\/*",
                "*:\/\/*\/*\/cms\/fundraiseracknowledgement\/*",
                "*:\/\/*\/*\/cms\/paymentacknowledgement\/*",
                "*:\/\/*\/*\/cms\/paymentpart2acknowledgement\/*",
                "*:\/\/*\/*\/cms\/donationereceipt\/*"
            ],
            "js": [
                "mobileemails.user.js"
            ]
        }
    ]
}