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"
    ]
}