SmartOUTLOOK NXT

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

Vad är SmartOUTLOOK NXT?

SmartOUTLOOK NXT är en Chrome-tillägg utvecklad av https://smartthing.org, och dess huvudfunktion är "Allows quick email to action recording in Raiser's Edge NXT".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner SmartOUTLOOK NXT-förlängningens CRX-fil

Ladda ner SmartOUTLOOK NXT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn SmartOUTLOOK NXT SmartOUTLOOK NXT
ID dbamcgjghlobpojjecgbmdhohihklfjg
Officiell webbadress https://chromewebstore.google.com/detail/smartoutlook-nxt/dbamcgjghlobpojjecgbmdhohihklfjg
Beskrivning Allows quick email to action recording in Raiser's Edge NXT
Filstorlek 139 KB
Antal Installationer 134
Aktuell Version 3.981
Senast Uppdaterad 2021-12-24
Publiceringsdatum 2020-02-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://smartthing.org
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://smartthinghelp.zendesk.com/hc/en-us
URL till Sekretesspolicy Sidan https://www.smartthing.org/privacy-policy
Stödda Språk 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"
    ]
}