PipeLaunch: LinkedIn™ Salesforce Integration

Add New Prospects to Your Salesforce with One Click

Co to jest PipeLaunch: LinkedIn™ Salesforce Integration?

PipeLaunch: LinkedIn™ Salesforce Integration to rozszerzenie Chrome opracowane przez https://pipelaunch.com, a jego główną funkcją jest „Add New Prospects to Your Salesforce with One Click”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia PipeLaunch: LinkedIn™ Salesforce Integration

Pobierz pliki rozszerzeń PipeLaunch: LinkedIn™ Salesforce Integration w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PipeLaunch: LinkedIn™ Salesforce Integration PipeLaunch: LinkedIn™ Salesforce Integration
ID cadapjildilfaacohgaimaoibhhlognp
Oficjalny URL https://chromewebstore.google.com/detail/pipelaunch-linkedin-sales/cadapjildilfaacohgaimaoibhhlognp
Opis Add New Prospects to Your Salesforce with One Click
Rozmiar pliku 3.09 MB
Liczba instalacji 561
Aktualna Wersja 1.25.13
Ostatnia Aktualizacja 2024-03-06
Data Publikacji 2022-03-07
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper https://pipelaunch.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.pipelaunch.com
Adres URL Strony Pomocy https://www.pipelaunch.com
Adres URL Strony Polityki Prywatności https://pipelaunch.com/privacy-policy
Obsługiwane Języki 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"
    }
}