Mobile Emails for NetCommunity
Enables mobile CSS in NetCommunity (post v6.45) email editors
Mobile Emails for NetCommunity là gì?
Mobile Emails for NetCommunity là một tiện ích mở rộng Chrome được phát triển bởi https://smartthing.co.uk, và tính năng chính của nó là "Enables mobile CSS in NetCommunity (post v6.45) email editors".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mobile Emails for NetCommunity
Tải xuống các tệp mở rộng Mobile Emails for NetCommunity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
[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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mobile Emails for NetCommunity |
ID | kldkbcooacjoiohpaminogljmkoelddf |
URL Chính Thức | https://chromewebstore.google.com/detail/mobile-emails-for-netcomm/kldkbcooacjoiohpaminogljmkoelddf |
Mô tả | Enables mobile CSS in NetCommunity (post v6.45) email editors |
Kích Thước Tệp | 4.55 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2015-03-27 |
Ngày Phát Hành | 2015-03-26 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://smartthing.co.uk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.smartthing.co.uk |
URL Trang Trợ Giúp | http://smartthing.freshdesk.com |
URL Trang Chính Sách Bảo Mật | https://www.smartthing.org/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |