Salesforce LinkedIn Integration by Salesbolt

LinkedIn Integration for Salesforce

Co to jest Salesforce LinkedIn Integration by Salesbolt?

Salesforce LinkedIn Integration by Salesbolt to rozszerzenie Chrome opracowane przez https://salesbolt.com, a jego główną funkcją jest „LinkedIn Integration for Salesforce”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Salesforce LinkedIn Integration by Salesbolt

Pobierz pliki rozszerzeń Salesforce LinkedIn Integration by Salesbolt 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

                        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 -------------                    

Podstawowe informacje o rozszerzeniu

Nazwa Salesforce LinkedIn Integration by Salesbolt Salesforce LinkedIn Integration by Salesbolt
ID efofnpgckiolloafapilchaapccpjpin
Oficjalny URL https://chromewebstore.google.com/detail/salesforce-linkedin-integ/efofnpgckiolloafapilchaapccpjpin
Opis LinkedIn Integration for Salesforce
Rozmiar pliku 16.17 MB
Liczba instalacji 3,000
Aktualna Wersja 1.6.155
Ostatnia Aktualizacja 2024-03-05
Data Publikacji 2021-05-12
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper https://salesbolt.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://salesbolt.com
Adres URL Strony Pomocy https://help.salesbolt.com
Adres URL Strony Polityki Prywatności https://salesbolt.com/privacy
Obsługiwane Języki 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
    }
}