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]
拡張機能の基本情報
名前 | SmartSOCIAL BBCRM |
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 |
Eメール | [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" ] } |