CRM and Inbox for LinkedIn

Your professional relationships' CRM built for teams & creators.

What is CRM and Inbox for LinkedIn?

CRM and Inbox for LinkedIn is a Chrome extension developed by https://leaddelta.com, and its main feature is "Your professional relationships' CRM built for teams & creators.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CRM and Inbox for LinkedIn Extension CRX File

Download CRM and Inbox for LinkedIn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Unlock the full potential of your Professional Network with LeadDelta CRM.

Your professional relationships' CRM built for sales pros, recruiters, digital creators, marketers, and CEOs. LeadDelta is managing business connections for over 20,000 professionals.

In a nutshell, LeadDelta helps you become proactive about your most valuable asset – your relationships.

🗂️ Centralize all your professional contacts in a lightweight CRM
📥 Organize your messy Inbox and never miss opportunities
⬇️ Export and bulk remove your connections
🏷 Filter, sort & tag (label), your connections
🗝 Unlock data & signals from your network
📧 Send personalized messages at scale
✅ Create Tasks & Reminders
🤝 Collaborate with your team
⚡️ Build workflows

No distractions. No ads.

Why choose LeadDelta? 

Here’s our story...

LeadDelta was founded in Toronto 🍁 Canada in 2020. Since then... 
🎉 We shipped over 300 features & updates
🎉 Have 15,000+ satisfied users
🎉 Have an average rating of 4.9 out of 5
🎉 Awarded #1 SaaS of 2022 by Product Hunt

LeadDelta’s key features at a glance:

➼ Connections Manager
• Beautifully designed, CRM view of your entire professional network
• Create & manage custom tags (labels), and assign them to connections
• Filter groups of people that match your criteria with 15+ data points
• New data points: # of followers, last messaged, languages, birth dates and more...
• Apply custom notes with 1 click... 

➼ LeadDelta Sidebar
• Apply Tags and Notes while researching connections
• Get important information about connections while on their LinkedIn profile
• Go beyond your network and import connections into LeadDelta
• Manage connections outside of your network with Tags, Notes, and Filters
• View company employees at a glance while on company pages
• Utilize LeadDelta filters in your search to find exactly who you’re looking for

➼ LeadDelta Inbox
• List your most important social conversations without ads and distractions
• Sidebar with notes/tags and important intel about a connection
• Apply and filter tags to focus only on relevant conversations
• Pin/Unpin 📌 and Star ⭐ your most important conversations
• Create/Save/Reuse message templates

➼ + More
• Group follow & unfollow: clean up your feeds
• 1-Click data export of filtered connection data into a. CSV file
• Integrations: Zapier, HubSpot, LinkedIn, OpenAI

🚀 NEW: LeadDelta AI Prospector + LeadDelta AI Sparkle
– Expand your network with AI-generated contact lists
– Connect with people outside your networking circle
– Your personal AI writer, translator, and spellchecker
– Create messages that resonate with your tone
– Become the Shakespeare of DMs

🚀 NEW: LeadDelta Workspaces
– Centralize your entire team’s network
– Collaborate, search, take notes, and grow together
– Manage your team’s tasks and output

🚀 NEW: LeadDelta CSV Import
– Centralize your network no matter the platform
– Enhance your contacts with custom data
– Manage your sales, marketing, and recruiting leads

🚀 NEW: LeadDelta Tasks & Reminders
– A dedicated to-do list for your networking activities
– Create tasks linked to your contacts
– Get regular reminders to follow up

🚀 NEW: LeadDelta HubSpot Integration
– Integrate contacts into your sales workflow
– Import contact data into HubSpot with a click
– Start workflows and campaigns through LeadDelta

———

📍If you need help by email, just forward it to us at [email protected].
📍Want more networking tips? Follow us on X (Twitter): @LeadDeltaHQ
📍Visit: www.leaddelta.com                    

Extension Basic Information

Name CRM and Inbox for LinkedIn CRM and Inbox for LinkedIn
ID pglgkbbnncfddpclbgomegdnjihljkdp
Official URL https://chromewebstore.google.com/detail/crm-and-inbox-for-linkedi/pglgkbbnncfddpclbgomegdnjihljkdp
Description Your professional relationships' CRM built for teams & creators.
File Size 1.98 MB
Installation Count 9,465
Current Version 4.42.0
Last Updated 2024-03-03
Publish Date 2020-07-29
Rating 4.90/5 Total 104 Ratings
Developer https://leaddelta.com
Email [email protected]
Payment Type in_app
Extension Website https://leaddelta.com
Help Page URL https://help.leaddelta.com/en/
Privacy Policy Page URL https://leaddelta.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CRM and Inbox for LinkedIn",
    "version": "4.42.0",
    "manifest_version": 2,
    "description": "Your professional relationships' CRM built for teams & creators.",
    "homepage_url": "https:\/\/leaddelta.com\/",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/128x128.png",
        "default_title": "LeadDelta",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "identity",
        "activeTab",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.leaddelta.com\/*",
        "https:\/\/api.leaddelta.com\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/stripe.com\/ https:\/\/js.stripe.com\/ https:\/\/js.stripe.com\/v3\/ https:\/\/*.crisp.chat\/ https:\/\/*.segment.com\/ 'sha256-k5IQROOE\/Wrghjo2Y0Y4mQpByzm1SxWFAPQZ6\/CfK1U=' 'sha256-o0W9+RKucoTsTXBGhDbXZNtHDc1\/n8PkUev6zEw3sas='; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/index.js",
                "src\/inject\/other.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.leaddelta.com\/*"
        ]
    },
    "web_accessible_resources": [
        "src\/options\/index.html",
        "src\/inject\/assets\/*",
        "src\/page_action\/assets\/fonts\/*.ttf"
    ],
    "incognito": "not_allowed",
    "oauth2": {
        "client_id": "523347845712-irgth9vpg5kjc31edv2rthugn8cploro.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    }
}