SmartSOCIAL NXT
Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension)
Wat is SmartSOCIAL NXT?
SmartSOCIAL NXT is een Chrome-extensie ontwikkeld door https://smartthing.org, en de belangrijkste functie is "Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension)".
Extensie Screenshots
Download het CRX-bestand van de extensie SmartSOCIAL NXT
Download SmartSOCIAL NXT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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] Basisinformatie over de Extensie
| Naam | |
| ID | fijekigbmminoddgfpakkphelmnabdpa |
| Officiële URL | https://chromewebstore.google.com/detail/smartsocial-nxt/fijekigbmminoddgfpakkphelmnabdpa |
| Beschrijving | Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension) |
| Bestandsgrootte | 107 KB |
| Aantal Installaties | 321 |
| Huidige Versie | 3.8.11 |
| Laatst Bijgewerkt | 2022-11-18 |
| Publicatiedatum | 2020-02-19 |
| Ontwikkelaar | https://smartthing.org |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.smartthing.org/smartsocial/ |
| Help Pagina-URL | https://smartthinghelp.zendesk.com/hc/en-us |
| URL van de Privacybeleid Pagina | https://www.smartthing.org/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |