Salesforce LinkedIn Integration by Salesbolt

LinkedIn Integration for Salesforce

¿Qué es Salesforce LinkedIn Integration by Salesbolt?

Salesforce LinkedIn Integration by Salesbolt es una extensión de Chrome desarrollada por https://salesbolt.com, y su función principal es "LinkedIn Integration for Salesforce".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Salesforce LinkedIn Integration by Salesbolt

Descarga archivos de extensión Salesforce LinkedIn Integration by Salesbolt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Build Relationships, Not Lists. Salesbolt streamlines your CRM/ATS experience with its unparalleled Browser integration for Salesforce. Say goodbye to your tedious tab switching tasks and let Salesbolt do the heavy lifting for you.

⚡️ Key Features:

- Effortlessly create new records from social profiles ✨
- Add Notes, Tasks and Activities to your Salesforce records ✅
- Automatic Bulk Updates: Whenever a contact changes Role or Company, Salesbolt will automatically update your CRM/ATS... 🪄
- Quickly source verified Email Addresses and Phone Numbers 📞 📧
- Automatically view existing Salesforce information while navigating any website or job board
- Salesloft Integration: Add contacts/leads into Salesloft sequences from any website or job board via Salesbolt
- Works seamlessly across any website or job board
- Rapid setup: Experience a flawless fit with all custom fields and layouts, right out of the box you can dive in within seconds; zero configuration needed, zero hassles.
- Cost-Effective Solution: Enjoy the benefits of a free version while leveraging our advanced features


🔍 Why Opt for Salesbolt?

- Our Chrome Extension and Companion AppExchange app intuitively grasps your Salesforce environment, preserving all your established logic and settings (Page Layouts, Custom Fields, Validation Rules, etc.).
- User-Centric Roadmap: We value your insights! Connect with us for feature requests, and we'll seamlessly incorporate them into our evolving roadmap.

Built for both Recruitment and Business Development. We understand the recruitment ecosystem through years of work with the following native ATS integrations built on Salesforce.

— Byner
— Tigris
— Seven20
— Lynxsoft
— Mployee
— Asymble
— Mysolution
— TargetRecruit
— Connexys (Bullhorn)

With Recruiterbolt by Salesbolt, you can:

- Check if existing candidates are in your ATS
- Create new candidates with your ATS and capture the profile as a resume PDF
- Edit or update client and candidate information
- Link candidates to job vacancy(s)
- Map to any custom fields

🚀 User Testimonials:

— Curt Hopmann, CEO @  Breadwinner
“Never take it away from us! Salesbolt's intent data gives our revenue team a flood of high quality, hyper-targeted accounts that care about our solution before we ever reach out.“

— Chris Wolf, Business Development @ Verizon Connect
“Efficiency is key, being able to cross reference through Sales Force help's me find new opportunities in the most efficient way possible. In my position this is well worth it and very important.“

— Samuel Benton, Account Executive @ LogicMonitor
“Why did I not have this in previous roles? Worst thing about a sales role is the admin. Salesbolt gives me hours back as I no longer have to manually enter details into our CRM, it auto populates & tells me if the lead exists already.“

— Fallon Manuel, Account Manager @ Horizon Recruitment
“Worth it's weight in gold! Having the ability to transfer information with a click of a button saves me hours of time per day. I use this software frequently through my daily work.“

🌐 Seamless Experience:

Over 10,000 Salesforce users have embraced Salesbolt, creating Leads, Contacts, Candidates, and Accounts effortlessly.

🎁 Ready to Elevate Your Salesforce Experience?

Explore the limitless potential of Salesbolt with a simple setup.
Join our thriving community today and experience the Salesbolt advantage firsthand!
🔗 Connect & Explore:

Visit our official website: https://salesbolt.com.
Discover Salesbolt on AppExchange: https://appexchange.salesforce.com/appxListingDetail?listingId=a0N4V00000FN8XVUA1

Questions or feedback? Don't hesitate to reach out at [email protected].


------------- English Description End -------------



---------------- Dutch Description ----------------
***
------------- Dutch Description End -------------


--------------- French Description ---------------
***
------------- French Description End -------------                    

Información Básica de la Extensión

Nombre Salesforce LinkedIn Integration by Salesbolt Salesforce LinkedIn Integration by Salesbolt
ID efofnpgckiolloafapilchaapccpjpin
URL Oficial https://chromewebstore.google.com/detail/salesforce-linkedin-integ/efofnpgckiolloafapilchaapccpjpin
Descripción LinkedIn Integration for Salesforce
Tamaño del Archivo 16.17 MB
Cantidad de Instalaciones 3,000
Versión Actual 1.6.155
Última Actualización 2024-03-05
Fecha de Publicación 2021-05-12
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador https://salesbolt.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://salesbolt.com
URL de la Página de Ayuda https://help.salesbolt.com
URL de la Página de Política de Privacidad https://salesbolt.com/privacy
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce LinkedIn Integration by Salesbolt",
    "version": "1.6.155",
    "icons": {
        "128": "assets\/icons\/icon_green.png"
    },
    "description": "LinkedIn Integration for Salesforce",
    "homepage_url": "https:\/\/www.salesbolt.com",
    "short_name": "Salesbolt for Salesforce",
    "permissions": [
        "cookies",
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com\/v3  https:\/\/*.ingest.sentry.io\/*; object-src 'self'",
    "author": "Borhan Uddin",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_icon": {
            "32": "assets\/icons\/icon_grey.png"
        },
        "default_popup": "popup.html",
        "default_title": "Salesbolt for Salesforce",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    }
}