SmartSOCIAL NXT
Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension)
SmartSOCIAL NXT là gì?
SmartSOCIAL NXT là một tiện ích mở rộng Chrome được phát triển bởi https://smartthing.org, và tính năng chính của nó là "Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SmartSOCIAL NXT
Tải xuống các tệp mở rộng SmartSOCIAL NXT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SmartSOCIAL NXT |
ID | fijekigbmminoddgfpakkphelmnabdpa |
URL Chính Thức | https://chromewebstore.google.com/detail/smartsocial-nxt/fijekigbmminoddgfpakkphelmnabdpa |
Mô tả | Provides integration for Raiser's Edge (RE) NXT and LinkedIn (requires ModHeaders extension) |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 321 |
Phiên Bản Hiện Tại | 3.8.11 |
Cập Nhật Lần Cuối | 2022-11-18 |
Ngày Phát Hành | 2020-02-19 |
Nhà Phát Triển | https://smartthing.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.smartthing.org/smartsocial/ |
URL Trang Trợ Giúp | https://smartthinghelp.zendesk.com/hc/en-us |
URL Trang Chính Sách Bảo Mật | https://www.smartthing.org/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |