Mobile Emails for NetCommunity
Enables mobile CSS in NetCommunity (post v6.45) email editors
¿Qué es Mobile Emails for NetCommunity?
Mobile Emails for NetCommunity es una extensión de Chrome desarrollada por https://smartthing.co.uk, y su función principal es "Enables mobile CSS in NetCommunity (post v6.45) email editors".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mobile Emails for NetCommunity
Descarga archivos de extensión Mobile Emails for NetCommunity en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
[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
Información Básica de la Extensión
Nombre | Mobile Emails for NetCommunity |
ID | kldkbcooacjoiohpaminogljmkoelddf |
URL Oficial | https://chromewebstore.google.com/detail/mobile-emails-for-netcomm/kldkbcooacjoiohpaminogljmkoelddf |
Descripción | Enables mobile CSS in NetCommunity (post v6.45) email editors |
Tamaño del Archivo | 4.55 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 1.5 |
Última Actualización | 2015-03-27 |
Fecha de Publicación | 2015-03-26 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | https://smartthing.co.uk |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.smartthing.co.uk |
URL de la Página de Ayuda | http://smartthing.freshdesk.com |
URL de la Página de Política de Privacidad | https://www.smartthing.org/privacy-policy |
Idiomas Soportados | 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" ] } ] } |