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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |