SmartGMAIL NXT

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

SmartGMAIL NXT là gì?

SmartGMAIL 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

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

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

If you 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 SmartGMAIL NXT SmartGMAIL NXT
ID ifibojlibkgjcllojmhmhigkmedffnik
URL Chính Thức https://chromewebstore.google.com/detail/smartgmail-nxt/ifibojlibkgjcllojmhmhigkmedffnik
Mô tả Allows quick email to action recording in Raiser's Edge NXT
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2023-09-08
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
Trang Web Mở Rộng https://smartthing.org/smartgmail
URL Trang Trợ Giúp https://support.smartthing.org
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": "SmartGMAIL NXT",
    "version": "4.1",
    "manifest_version": 3,
    "description": "Allows quick email to action recording in Raiser's Edge NXT",
    "icons": {
        "16": "resources\/gmail.png",
        "48": "resources\/gmail.png",
        "128": "resources\/gmail.png"
    },
    "background": {
        "service_worker": "js\/back.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/renxt.blackbaud.com\/*",
                "https:\/\/host.nxt.blackbaud.com\/*"
            ],
            "js": [
                "js\/core.js"
            ],
            "css": [
                "css\/lib\/nxt.css",
                "css\/lib\/settings.css",
                "css\/gmail.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/lib\/jquery.min.js",
                "resources\/bIcon.png",
                "resources\/x.png",
                "resources\/newwin.png",
                "js\/nxt_script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "resources\/gmail.png"
    },
    "content_security_policy": []
}