Mobile Emails for NetCommunity

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

Qu'est-ce que Mobile Emails for NetCommunity ?

Mobile Emails for NetCommunity est une extension Chrome développée par https://smartthing.co.uk, et sa fonction principale est "Enables mobile CSS in NetCommunity (post v6.45) email editors".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mobile Emails for NetCommunity

Téléchargez les fichiers d'extension Mobile Emails for NetCommunity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        [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                    

Informations de Base sur l'Extension

Nom Mobile Emails for NetCommunity Mobile Emails for NetCommunity
ID kldkbcooacjoiohpaminogljmkoelddf
URL Officiel https://chromewebstore.google.com/detail/mobile-emails-for-netcomm/kldkbcooacjoiohpaminogljmkoelddf
Description Enables mobile CSS in NetCommunity (post v6.45) email editors
Taille du Fichier 4.55 KB
Nombre d'Installations 51
Version Actuelle 1.5
Dernière Mise à Jour 2015-03-27
Date de Publication 2015-03-26
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://smartthing.co.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.smartthing.co.uk
URL de la Page d'Aide http://smartthing.freshdesk.com
URL de la Page de Politique de Confidentialité https://www.smartthing.org/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}