SmartSOCIAL BBCRM
Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)
SmartSOCIAL BBCRM क्या है?
SmartSOCIAL BBCRM https://smartthing.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SmartSOCIAL BBCRM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ 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" ] } |