SmartGMAIL NXT

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

Was ist SmartGMAIL NXT?

SmartGMAIL NXT ist eine Chrome-Erweiterung, die von https://smartthing.org entwickelt wurde, und ihr Hauptmerkmal ist "Allows quick email to action recording in Raiser's Edge NXT".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SmartGMAIL NXT-Erweiterungs-CRX-Datei herunterladen

Laden Sie SmartGMAIL NXT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name SmartGMAIL NXT SmartGMAIL NXT
ID ifibojlibkgjcllojmhmhigkmedffnik
Offizielle URL https://chromewebstore.google.com/detail/smartgmail-nxt/ifibojlibkgjcllojmhmhigkmedffnik
Beschreibung Allows quick email to action recording in Raiser's Edge NXT
Dateigröße 115 KB
Installationsanzahl 126
Aktuelle Version 4.1
Letztes Update 2023-09-08
Veröffentlichungsdatum 2020-02-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://smartthing.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://smartthing.org/smartgmail
Hilfeseite URL https://support.smartthing.org
URL der Datenschutzrichtlinien-Seite https://www.smartthing.org/privacy-policy
Unterstützte Sprachen 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": []
}