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 |
Eメール | [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" ] } |