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 |
| 官方網址 | 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"
]
} | |