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)".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения SmartSOCIAL BBCRM

Скачайте файлы расширений 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 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"
    ]
}