Mobile Emails for NetCommunity
Enables mobile CSS in NetCommunity (post v6.45) email editors
Τι είναι το Mobile Emails for NetCommunity;
Το Mobile Emails for NetCommunity είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://smartthing.co.uk, και η κύρια λειτουργία του είναι "Enables mobile CSS in NetCommunity (post v6.45) email editors".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mobile Emails for NetCommunity
Λήψη αρχείων επέκτασης 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 |
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" ] } ] } |