PipeLaunch: LinkedIn™ Salesforce Integration

Add New Prospects to Your Salesforce with One Click

Что такое PipeLaunch: LinkedIn™ Salesforce Integration?

PipeLaunch: LinkedIn™ Salesforce Integration - это расширение Chrome, разработанное https://pipelaunch.com, и его основная функция - "Add New Prospects to Your Salesforce with One Click".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения PipeLaunch: LinkedIn™ Salesforce Integration

Скачайте файлы расширений PipeLaunch: LinkedIn™ Salesforce Integration в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название PipeLaunch: LinkedIn™ Salesforce Integration PipeLaunch: LinkedIn™ Salesforce Integration
ID cadapjildilfaacohgaimaoibhhlognp
Официальный URL https://chromewebstore.google.com/detail/pipelaunch-linkedin-sales/cadapjildilfaacohgaimaoibhhlognp
Описание Add New Prospects to Your Salesforce with One Click
Размер файла 3.09 MB
Количество установок 561
Текущая Версия 1.25.13
Последнее Обновление 2024-03-06
Дата публикации 2022-03-07
Рейтинг 5.00/5 Всего 7 оценок
Разработчик https://pipelaunch.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.pipelaunch.com
URL страницы помощи https://www.pipelaunch.com
URL страницы политики конфиденциальности https://pipelaunch.com/privacy-policy
Поддерживаемые языки 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"
    }
}