SmartSOCIAL BBCRM
Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)
ما هو SmartSOCIAL BBCRM؟
SmartSOCIAL BBCRM هو إضافة Chrome تم تطويرها بواسطة https://smartthing.org، والميزة الرئيسية لها هي "Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SmartSOCIAL BBCRM
قم بتنزيل ملفات الامتداد SmartSOCIAL BBCRM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.smartthing.org/smartsocial/ |
عنوان صفحة المساعدة | https://smartthinghelp.zendesk.com/hc/en-us |
عنوان صفحة سياسة الخصوصية | 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" ] } |