Mobile Emails for NetCommunity

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

什么是Mobile Emails for NetCommunity?

Mobile Emails for NetCommunity是由https://smartthing.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Enables mobile CSS in NetCommunity (post v6.45) email editors”。

扩展截图

screenshot
screenshot
screenshot

下载Mobile Emails for NetCommunity扩展crx文件

下载Mobile Emails for NetCommunity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        [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                    

扩展基本信息

名称 Mobile Emails for NetCommunity Mobile Emails for NetCommunity
ID kldkbcooacjoiohpaminogljmkoelddf
官方URL https://chromewebstore.google.com/detail/mobile-emails-for-netcomm/kldkbcooacjoiohpaminogljmkoelddf
简介 Enables mobile CSS in NetCommunity (post v6.45) email editors
文件大小 4.55 KB
安装次数 51
当前版本 1.5
更新时间 2015-03-27
上架时间 2015-03-26
评分 4.00/5 共1次评分
开发者 https://smartthing.co.uk
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.smartthing.co.uk
帮助页面URL http://smartthing.freshdesk.com
隐私政策页面URL https://www.smartthing.org/privacy-policy
支持的语言 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"
            ]
        }
    ]
}