PipeLaunch: LinkedIn™ Salesforce Integration

Add New Prospects to Your Salesforce with One Click

Apa itu PipeLaunch: LinkedIn™ Salesforce Integration?

PipeLaunch: LinkedIn™ Salesforce Integration adalah ekstensi Chrome yang dikembangkan oleh https://pipelaunch.com, dan fitur utamanya adalah "Add New Prospects to Your Salesforce with One Click".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PipeLaunch: LinkedIn™ Salesforce Integration

Unduh file ekstensi PipeLaunch: LinkedIn™ Salesforce Integration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PipeLaunch: LinkedIn™ Salesforce Integration PipeLaunch: LinkedIn™ Salesforce Integration
ID cadapjildilfaacohgaimaoibhhlognp
URL Resmi https://chromewebstore.google.com/detail/pipelaunch-linkedin-sales/cadapjildilfaacohgaimaoibhhlognp
Deskripsi Add New Prospects to Your Salesforce with One Click
Ukuran File 3.09 MB
Jumlah Instalasi 561
Versi Saat Ini 1.25.13
Terakhir Diperbarui 2024-03-06
Tanggal Publikasi 2022-03-07
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://pipelaunch.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.pipelaunch.com
URL Halaman Bantuan https://www.pipelaunch.com
URL Halaman Kebijakan Privasi https://pipelaunch.com/privacy-policy
Bahasa yang Didukung 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"
    }
}