SmartSOCIAL BBCRM
Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)
什么是SmartSOCIAL BBCRM?
SmartSOCIAL BBCRM是由https://smartthing.org开发的Chrome扩展程序,该扩展的主要功能是“Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)”。
扩展截图
下载SmartSOCIAL BBCRM扩展crx文件
下载SmartSOCIAL BBCRM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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] 扩展基本信息
| 名称 | |
| ID | labhbpdhoflhelijiihnjbjadlkgdfdo |
| 官方URL | https://chromewebstore.google.com/detail/smartsocial-bbcrm/labhbpdhoflhelijiihnjbjadlkgdfdo |
| 简介 | Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE) |
| 文件大小 | 106 KB |
| 安装次数 | 29 |
| 当前版本 | 3.64 |
| 更新时间 | 2022-08-09 |
| 上架时间 | 2017-06-17 |
| 开发者 | 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 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"
]
} | |