SmartOUTLOOK NXT

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

SmartOUTLOOK NXTคืออะไร?

SmartOUTLOOK NXT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smartthing.org และคุณลักษณะหลักของมันคือ "Allows quick email to action recording in Raiser's Edge NXT"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartOUTLOOK NXT

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}