SmartSOCIAL BBCRM
Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)
SmartSOCIAL BBCRM là gì?
SmartSOCIAL BBCRM 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 Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)".
Ả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 BBCRM
Tải xuống các tệp mở rộng SmartSOCIAL BBCRM 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 Blackbaud CRM (BBCRM) database. • Displays matching LinkedIn records when viewing constituent records within BBCRM • Provides full LinkedIn functionality (users can browse profiles, connect to other professionals, InMail, and etc.) within BBCRM • 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: BBCRM 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 BBCRM |
ID | labhbpdhoflhelijiihnjbjadlkgdfdo |
URL Chính Thức | https://chromewebstore.google.com/detail/smartsocial-bbcrm/labhbpdhoflhelijiihnjbjadlkgdfdo |
Mô tả | Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE) |
Kích Thước Tệp | 106 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 3.64 |
Cập Nhật Lần Cuối | 2022-08-09 |
Ngày Phát Hành | 2017-06-17 |
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 BBCRM", "version": "3.64", "manifest_version": 2, "description": "Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)", "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": [ "*:\/\/*\/webui\/webshellpage.aspx*", "*:\/\/*\/*\/webui\/webshellpage.aspx*", "*:\/\/*\/*\/*\/webui\/webshellpage.aspx*", "*:\/\/*\/webui\/WebShellPage.aspx*", "*:\/\/*\/*\/webui\/WebShellPage.aspx*", "*:\/\/*\/*\/*\/webui\/WebShellPage.aspx*", "https:\/\/www.linkedin.com\/*" ], "js": [ "js\/core.js", "js\/toolbar.js" ], "css": [ "css\/lib\/smartsocialui.css", "css\/lib\/tipsy.css", "css\/bbcrm.css" ], "all_frames": true } ], "permissions": [ "storage", "*:\/\/*\/webui\/webshellpage.aspx*", "*:\/\/*\/*\/webui\/webshellpage.aspx*", "*:\/\/*\/*\/*\/webui\/webshellpage.aspx*", "*:\/\/*\/webui\/WebShellPage.aspx*", "*:\/\/*\/*\/webui\/WebShellPage.aspx*", "*:\/\/*\/*\/*\/webui\/WebShellPage.aspx*" ], "web_accessible_resources": [ "resources\/favicon.png", "js\/websrc.js", "settings\/lib\/settings.html", "css\/lib\/tipsy.css" ] } |