Mobile Emails for NetCommunity
Enables mobile CSS in NetCommunity (post v6.45) email editors
Was ist Mobile Emails for NetCommunity?
Mobile Emails for NetCommunity ist eine Chrome-Erweiterung, die von https://smartthing.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "Enables mobile CSS in NetCommunity (post v6.45) email editors".
Erweiterungsscreenshots
Mobile Emails for NetCommunity-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mobile Emails for NetCommunity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
[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
Grundlegende Informationen zur Erweiterung
Name | Mobile Emails for NetCommunity |
ID | kldkbcooacjoiohpaminogljmkoelddf |
Offizielle URL | https://chromewebstore.google.com/detail/mobile-emails-for-netcomm/kldkbcooacjoiohpaminogljmkoelddf |
Beschreibung | Enables mobile CSS in NetCommunity (post v6.45) email editors |
Dateigröße | 4.55 KB |
Installationsanzahl | 51 |
Aktuelle Version | 1.5 |
Letztes Update | 2015-03-27 |
Veröffentlichungsdatum | 2015-03-26 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://smartthing.co.uk |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.smartthing.co.uk |
Hilfeseite URL | http://smartthing.freshdesk.com |
URL der Datenschutzrichtlinien-Seite | https://www.smartthing.org/privacy-policy |
Unterstützte Sprachen | 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" ] } ] } |