PipeLaunch: LinkedIn™ Salesforce Integration

Add New Prospects to Your Salesforce with One Click

Qu'est-ce que PipeLaunch: LinkedIn™ Salesforce Integration ?

PipeLaunch: LinkedIn™ Salesforce Integration est une extension Chrome développée par https://pipelaunch.com, et sa fonction principale est "Add New Prospects to Your Salesforce with One Click".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PipeLaunch: LinkedIn™ Salesforce Integration

Téléchargez les fichiers d'extension PipeLaunch: LinkedIn™ Salesforce Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PipeLaunch: LinkedIn™ Salesforce Integration PipeLaunch: LinkedIn™ Salesforce Integration
ID cadapjildilfaacohgaimaoibhhlognp
URL Officiel https://chromewebstore.google.com/detail/pipelaunch-linkedin-sales/cadapjildilfaacohgaimaoibhhlognp
Description Add New Prospects to Your Salesforce with One Click
Taille du Fichier 3.09 MB
Nombre d'Installations 561
Version Actuelle 1.25.13
Dernière Mise à Jour 2024-03-06
Date de Publication 2022-03-07
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://pipelaunch.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.pipelaunch.com
URL de la Page d'Aide https://www.pipelaunch.com
URL de la Page de Politique de Confidentialité https://pipelaunch.com/privacy-policy
Langues Prises en Charge 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"
    }
}