SmartOUTLOOK NXT
Allows quick email to action recording in Raiser's Edge NXT
什么是SmartOUTLOOK NXT?
SmartOUTLOOK NXT是由https://smartthing.org开发的Chrome扩展程序,该扩展的主要功能是“Allows quick email to action recording in Raiser's Edge NXT”。
扩展截图
下载SmartOUTLOOK NXT扩展crx文件
下载SmartOUTLOOK NXT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides integration between Raiser's Edge NXT and Outlook mail services to enable users to create NXT actions from email data. • Fast and easy to use - add actions with couple of clicks! • Allows users to customise action type, date, summary, text and status within NXT • Supports multiple email addresses Supported Platforms: • Raisers Edge NXT • Office 365 Web mail services (OWA) • Live Mail service If you are using a platform that you think we should support, or have any queries or issues, please contact us through our helpdesk - [email protected]
扩展基本信息
名称 | SmartOUTLOOK NXT |
ID | dbamcgjghlobpojjecgbmdhohihklfjg |
官方URL | https://chromewebstore.google.com/detail/smartoutlook-nxt/dbamcgjghlobpojjecgbmdhohihklfjg |
简介 | Allows quick email to action recording in Raiser's Edge NXT |
文件大小 | 139 KB |
安装次数 | 134 |
当前版本 | 3.981 |
更新时间 | 2021-12-24 |
上架时间 | 2020-02-03 |
评分 | 5.00/5 共1次评分 |
开发者 | https://smartthing.org |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://smartthinghelp.zendesk.com/hc/en-us |
隐私政策页面URL | https://www.smartthing.org/privacy-policy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SmartOUTLOOK NXT", "version": "3.981", "manifest_version": 2, "description": "Allows quick email to action recording in Raiser's Edge NXT", "browser_action": { "default_icon": "resources\/outlook.png" }, "icons": { "16": "resources\/outlook.png", "48": "resources\/outlook.png", "128": "resources\/outlook.png" }, "background": { "scripts": [ "js\/back.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/outlook.office.com\/*", "https:\/\/outlook.office365.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/renxt.blackbaud.com\/*", "https:\/\/host.nxt.blackbaud.com\/*", "file:\/\/\/*\/email_*.html" ], "js": [ "js\/core.js" ], "css": [ "css\/lib\/nxt.css", "css\/lib\/settings.css", "css\/outlook.css" ], "all_frames": true } ], "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "js\/lib\/jquery.min.js", "js\/websrc.js", "resources\/bIcon.png", "resources\/x.png", "resources\/newwin.png" ] } |