PipeLaunch: LinkedIn™ Salesforce Integration

Add New Prospects to Your Salesforce with One Click

Co je PipeLaunch: LinkedIn™ Salesforce Integration?

PipeLaunch: LinkedIn™ Salesforce Integration je rozšíření Chrome vyvinuté https://pipelaunch.com, a jeho hlavní funkcí je „Add New Prospects to Your Salesforce with One Click“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PipeLaunch: LinkedIn™ Salesforce Integration

Stáhněte si soubory rozšíření PipeLaunch: LinkedIn™ Salesforce Integration ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Boost your pipeline with a seamless integration of Salesforce and LinkedIn™ and smart data enrichment. PipeLaunch eliminates the need for manual prospecting and enhances your outreach with rich data and AI-powered messaging.
 
🚀 Features:
- Direct Prospecting: Effortlessly discover and add new accounts, leads, and contacts to Salesforce with just a click.
- Data Enrichment: Ensure Salesforce data stays pristine and current by synchronizing with LinkedIn and 20+ other sources in real-time.
- Sales Insights: Amplify your outreach with a deep dive into sales intelligence, spanning job histories to company tech stacks.
 
💡 Why PipeLaunch?
- Drive productivity: Eliminate manual copy-pasting, potentially saving up to 9 hours per week for each sales rep.
- Boost Adoption: Position your CRM as the undisputed source of truth, updating it effortlessly with a single click.
- Enhance Engagement: Dive deeper with prospects using insights on company updates, tech stacks, and AI-generated messages.
- Operational Excellence: Attain unparalleled data hygiene and CRM upkeep.
Insightful Intelligence: Stay informed on company updates and role shifts to respond to compelling sales events timely.
 
🌐 Capabilities:
- Seamless LinkedIn-to-Salesforce integration.
- Instantaneous data enrichment.
- Single-click addition of contacts matching your ICP.
- Extract fresh contacts from Gmail, Google Calendar, Google Meet and websites.
- Simplified job search for recruiters.
- LinkedIn™ Sales Navigator; Recruiter and Recruiter Lite supported
 
🔧 Use Cases:
- Prospecting for sales teams.
- Construct lists for marketing drives.
- Monitor alumni career trajectories.
- Streamline the recruitment search process.
 
🎁 Get Started Today:
- Effortless setup within minutes.
- Embark with a risk-free 7-day trial – No credit card hurdles!
- Sleep tight; our platform stands tall with full GDPR compliance.
 
🔗 Dive Deeper & Support:
- Glide through https://pipelaunch.com.
- Explore our AppExchange listing: https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3u00000ONnOcEAL
- Queries? Reach out at [email protected].

💻Requirements
- An active Salesforce account is required to use this extension.

⚖️ Legal
PipeLaunch is an independent solution developed by PipeLaunch GmbH, an official Salesforce AppExchange partner. PipeLaunch is not endorsed by, affiliated with, or an official product of the LinkedIn™ Corporation registered in the U.S. and other countries. All LinkedIn™ logos and trademarks used and displayed are the property of the LinkedIn Corporation. Using PipeLaunch Extension may not comply with the LinkedIn™ User Agreement, and you understand that you are using PipeLaunch Extension at your discretion and risk.                    

Základní Informace o Rozšíření

Název PipeLaunch: LinkedIn™ Salesforce Integration PipeLaunch: LinkedIn™ Salesforce Integration
ID cadapjildilfaacohgaimaoibhhlognp
Oficiální URL https://chromewebstore.google.com/detail/pipelaunch-linkedin-sales/cadapjildilfaacohgaimaoibhhlognp
Popis Add New Prospects to Your Salesforce with One Click
Velikost souboru 3.09 MB
Počet instalací 561
Aktuální Verze 1.25.13
Poslední Aktualizace 2024-03-06
Datum Vydání 2022-03-07
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář https://pipelaunch.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.pipelaunch.com
URL Stránky Nápovědy https://www.pipelaunch.com
URL Stránky Zásad Ochrany Soukromí https://pipelaunch.com/privacy-policy
Podporované Jazyky en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PipeLaunch: LinkedIn\u2122 Salesforce Integration",
    "short_name": "PipeLaunch",
    "version": "1.25.13",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "incognito": "split",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icon128.png",
        "default_title": "PipeLaunch"
    },
    "background": {
        "service_worker": "\/static\/js\/background.2e15b7f6.67b021f4.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "settings.html",
                "assets\/*",
                "miniPreview.html",
                "\/static\/js\/gmail-main.d480a6d1.56282f34.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "system.display",
        "cookies",
        "scripting",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "\/static\/js\/integrated.46d22d3f.a82d8e37.js"
            ],
            "css": [
                "assets\/styles\/main.css"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "\/static\/js\/gmail-injector.970bafce.e7fa6ee7.js"
            ],
            "css": [
                "assets\/styles\/gmail.css"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "settings.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/mail\/*"
        ]
    },
    "side_panel": {
        "default_path": "index.html"
    }
}