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 |
官方網址 | 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" ] } |