SmartGMAIL NXT

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

Vad är SmartGMAIL NXT?

SmartGMAIL 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

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

Ladda ner SmartGMAIL 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 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]                    

Grundläggande Information om Tillägg

Namn SmartGMAIL NXT SmartGMAIL NXT
ID ifibojlibkgjcllojmhmhigkmedffnik
Officiell webbadress https://chromewebstore.google.com/detail/smartgmail-nxt/ifibojlibkgjcllojmhmhigkmedffnik
Beskrivning Allows quick email to action recording in Raiser's Edge NXT
Filstorlek 115 KB
Antal Installationer 126
Aktuell Version 4.1
Senast Uppdaterad 2023-09-08
Publiceringsdatum 2020-02-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://smartthing.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://smartthing.org/smartgmail
Hjälpsida URL https://support.smartthing.org
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": "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": []
}