SmartOUTLOOK NXT

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

SmartOUTLOOK NXT क्या है?

SmartOUTLOOK NXT https://smartthing.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows quick email to action recording in Raiser's Edge NXT"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SmartOUTLOOK NXT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}