SmartSOCIAL NXT

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

SmartSOCIAL NXT란 무엇입니까?

SmartSOCIAL NXT은(는) https://smartthing.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SmartSOCIAL NXT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 SmartSOCIAL NXT SmartSOCIAL NXT
ID fijekigbmminoddgfpakkphelmnabdpa
공식 URL https://chromewebstore.google.com/detail/smartsocial-nxt/fijekigbmminoddgfpakkphelmnabdpa
설명 Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension)
파일 크기 107 KB
설치 횟수 321
현재 버전 3.8.11
최근 업데이트 2022-11-18
출시 날짜 2020-02-19
개발자 https://smartthing.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.smartthing.org/smartsocial/
도움말 페이지 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": "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"
    ]
}