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" ] } ] } |