SmartSOCIAL NXT

Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension)

Co to jest SmartSOCIAL NXT?

SmartSOCIAL NXT to rozszerzenie Chrome opracowane przez https://smartthing.org, a jego główną funkcją jest „Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SmartSOCIAL NXT

Pobierz pliki rozszerzeń SmartSOCIAL NXT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Enables users to connect their LinkedIn with social data in their Raiser’s Edge (RE) NXT database.

 • Displays matching LinkedIn records when viewing constituent records within RE NXT platform

 • Provides full LinkedIn functionality (users can browse profiles, connect to other professionals, InMail, and etc.) within the RE NXT platform

 • Compatible with research/prospect work in any size team

 • Is data sensitive, abiding by DPA regulatory limits

To learn more, please visit: www.smartthing.org/smartsocial/

Supported Platforms: Raiser's Edge NXT

If you have any queries or issues, please contact us through our helpdesk - [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa SmartSOCIAL NXT SmartSOCIAL NXT
ID fijekigbmminoddgfpakkphelmnabdpa
Oficjalny URL https://chromewebstore.google.com/detail/smartsocial-nxt/fijekigbmminoddgfpakkphelmnabdpa
Opis Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension)
Rozmiar pliku 107 KB
Liczba instalacji 321
Aktualna Wersja 3.8.11
Ostatnia Aktualizacja 2022-11-18
Data Publikacji 2020-02-19
Deweloper https://smartthing.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.smartthing.org/smartsocial/
Adres URL Strony Pomocy https://smartthinghelp.zendesk.com/hc/en-us
Adres URL Strony Polityki Prywatności https://www.smartthing.org/privacy-policy
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartSOCIAL NXT",
    "version": "3.8.11",
    "manifest_version": 2,
    "description": "Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension)",
    "browser_action": {
        "default_icon": "resources\/bIcon.png"
    },
    "icons": {
        "16": "resources\/bIcon.png",
        "48": "resources\/bIcon.png",
        "128": "resources\/bIcon.png"
    },
    "background": {
        "scripts": [
            "js\/back.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/renxt.blackbaud.com\/*",
                "https:\/\/host.nxt.blackbaud.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/core.js",
                "js\/toolbar.js"
            ],
            "css": [
                "css\/lib\/smartsocialui.css",
                "css\/lib\/tipsy.css",
                "css\/nxt.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/renxt.blackbaud.com\/*",
        "https:\/\/host.nxt.blackbaud.com\/*"
    ],
    "web_accessible_resources": [
        "resources\/favicon.png",
        "js\/websrc.js",
        "settings\/lib\/settings.html",
        "css\/lib\/tipsy.css"
    ]
}