SmartSOCIAL BBCRM

Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)

Cos'è SmartSOCIAL BBCRM?

SmartSOCIAL BBCRM è un'estensione di Chrome sviluppata da https://smartthing.org, e la sua funzione principale è "Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SmartSOCIAL BBCRM

Scarica i file di estensione SmartSOCIAL BBCRM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome SmartSOCIAL BBCRM SmartSOCIAL BBCRM
ID labhbpdhoflhelijiihnjbjadlkgdfdo
URL Ufficiale https://chromewebstore.google.com/detail/smartsocial-bbcrm/labhbpdhoflhelijiihnjbjadlkgdfdo
Descrizione Provides integration for Blackbaud CRM (BBCRM) and LinkedIn (requires SmartSOCIAL CORE)
Dimensione del File 106 KB
Conteggio Installazioni 29
Versione Corrente 3.64
Ultimo Aggiornamento 2022-08-09
Data di Pubblicazione 2017-06-17
Sviluppatore https://smartthing.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.smartthing.org/smartsocial/
URL della Pagina di Aiuto https://smartthinghelp.zendesk.com/hc/en-us
URL della Pagina della Politica sulla Privacy https://www.smartthing.org/privacy-policy
Lingue Supportate 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"
    ]
}