SmartOUTLOOK NXT

Allows quick email to action recording in Raiser's Edge NXT

SmartOUTLOOK NXT là gì?

SmartOUTLOOK NXT là một tiện ích mở rộng Chrome được phát triển bởi https://smartthing.org, và tính năng chính của nó là "Allows quick email to action recording in Raiser's Edge NXT".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SmartOUTLOOK NXT

Tải xuống các tệp mở rộng SmartOUTLOOK NXT 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

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SmartOUTLOOK NXT SmartOUTLOOK NXT
ID dbamcgjghlobpojjecgbmdhohihklfjg
URL Chính Thức https://chromewebstore.google.com/detail/smartoutlook-nxt/dbamcgjghlobpojjecgbmdhohihklfjg
Mô tả Allows quick email to action recording in Raiser's Edge NXT
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 3.981
Cập Nhật Lần Cuối 2021-12-24
Ngày Phát Hành 2020-02-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://smartthing.org
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://smartthinghelp.zendesk.com/hc/en-us
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",
    "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"
    ]
}