SmartSOCIAL BBCRM
Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)
O que é SmartSOCIAL BBCRM?
SmartSOCIAL BBCRM é uma extensão do Chrome desenvolvida por https://smartthing.org, e sua principal característica é "Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SmartSOCIAL BBCRM
Baixe arquivos de extensão SmartSOCIAL BBCRM no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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]
Informações Básicas da Extensão
Nome | SmartSOCIAL BBCRM |
ID | labhbpdhoflhelijiihnjbjadlkgdfdo |
URL Oficial | https://chromewebstore.google.com/detail/smartsocial-bbcrm/labhbpdhoflhelijiihnjbjadlkgdfdo |
Descrição | Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE) |
Tamanho do Arquivo | 106 KB |
Contagem de Instalações | 29 |
Versão Atual | 3.64 |
Última Atualização | 2022-08-09 |
Data de Publicação | 2017-06-17 |
Desenvolvedor | https://smartthing.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.smartthing.org/smartsocial/ |
URL da Página de Ajuda | https://smartthinghelp.zendesk.com/hc/en-us |
URL da Página de Política de Privacidade | https://www.smartthing.org/privacy-policy |
Idiomas Suportados | 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" ] } |