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)”。
扩展截图
下载SmartSOCIAL NXT扩展crx文件
下载SmartSOCIAL NXT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } |