Ebsta For Salesforce

Ebsta for Salesforce in Google Chrome.

Was ist Ebsta For Salesforce?

Ebsta For Salesforce ist eine Chrome-Erweiterung, die von https://www.ebsta.com entwickelt wurde, und ihr Hauptmerkmal ist "Ebsta for Salesforce in Google Chrome.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Ebsta For Salesforce-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ebsta For Salesforce-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ebsta's Chrome Extension helps thousands of Salesforce seamlessly integrate Gmail, Google Calendar and Salesforce.

Sync emails and calendars, track emails, personalised cadences, send later, meeting scheduler and more...

✓ Automatically sync emails to Salesforce
✓ Advanced two-way Google and Salesforce calendar sync
✓ Unlimited email and click tracking
✓ Gmail send later
✓ Meeting scheduler
✓ Access to Salesforce email templates in Gmail
✓ Supports Custom objects and fields out-of-the-box
✓ Integrations with 50+ websites.
✓ Install in less than 10 seconds
✓ Join over 10,000 Salesforce users

Ebsta's Chrome Extension seamlessly integrates Gmail and Salesforce.

Put the power of Salesforce in Gmail. Ebsta allows you to view, edit and update Salesforce on the fly. It also automatically cross-references Salesforce to show you related customer records as you browse through Gmail. It takes less than 10 seconds to install and works out-of-the box, supporting custom fields and objects.

Ebsta enables users to manually or automatically sync emails and attachments to Salesforce. Our automatic email sync feature is easily configurable and supports Contacts, Leads, Accounts, Opportunities and Custom Objects.

Ebsta's Google and Salesforce calendar sync ensures everything is up-to-date, wherever you're working. It syncs events within 5 minutes and supports multiple calendars, time-zones, meeting updates, recurring events and deleted events out-of-the box.

It's also jam-packed with productivity features to supercharge Gmail.

Ebsta's email tracking in Gmail provides immediate insight into what happens after you send. See if your email was read, ignored or buried deep in a full Inbox and never opened. All clicked links are automatically tracked too. Ebsta will also give you insight into the performance of your team's emails so you can make tweaks and changes to boost your open rates!

Build out personalised cadences and automated follow-ups, including emails, to nurture relationships with customers.

Some of Ebsta's other best-loved features include meeting scheduler, where recipients can quickly pick a time that works for everyone, access to Salesforce templates within Gmail and send later.

Ebsta works on over 50 leading websites, including social media (such as LinkedIn, Twitter and Xing), prospecting websites (such as Zoominfo and Crunchbase) and job boards (like Career Builder, Indeed, Reed, Dice and Monster).

Privacy Policy : https://www.ebsta.com/privacy-policy/ 
Terms and Conditions : https://www.ebsta.com/terms
Security : https://www.ebsta.com/security                    

Grundlegende Informationen zur Erweiterung

Name Ebsta For Salesforce Ebsta For Salesforce
ID gemcgnkghpnfbmlfimdbdgfepcgenphf
Offizielle URL https://chromewebstore.google.com/detail/ebsta-for-salesforce/gemcgnkghpnfbmlfimdbdgfepcgenphf
Beschreibung Ebsta for Salesforce in Google Chrome.
Dateigröße 3.47 MB
Installationsanzahl 8,775
Aktuelle Version 1.158.347
Letztes Update 2024-02-12
Veröffentlichungsdatum 2020-06-30
Bewertung 4.26/5 Insgesamt 34 Bewertungen
Entwickler https://www.ebsta.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.ebsta.com
Hilfeseite URL http://support.ebsta.com
URL der Datenschutzrichtlinien-Seite https://www.ebsta.com/privacy-policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/Main.html?chk=1"
    },
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/Shared\/xpath.js",
                "js\/Shared\/domcreation.js",
                "js\/Shared\/enums.js",
                "js\/Shared\/ebTools.js",
                "js\/modules\/salesforce.js",
                "js\/bar.js"
            ],
            "css": [
                "css\/Shared\/Shared.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "js": [
                "js\/External\/jquery360.min.js",
                "js\/External\/chosen.jquery.min.js",
                "js\/External\/CibulCalendar.min.js",
                "js\/External\/codemirror.min.js",
                "js\/External\/froala-xml.min.js",
                "js\/External\/froala_editor.pkgd.min.js",
                "js\/External\/froalaplugins\/font_family.min.js",
                "js\/External\/CBPFWTabs.js",
                "js\/External\/ro.js",
                "js\/Shared\/ebHoverOverInfo.js",
                "js\/Shared\/ebModalDialog.js",
                "js\/Shared\/master.js",
                "js\/CampaignMgr.js",
                "js\/complexadd.js",
                "js\/sendlater.js",
                "js\/objectlistsort.js",
                "js\/gmailtools.js"
            ],
            "css": [
                "css\/External\/chosen.css",
                "css\/External\/codemirror.min.css",
                "css\/External\/froala_editor.pkgd.min.css",
                "css\/External\/froala_style.min.css",
                "css\/External\/fonts.min.css",
                "css\/External\/tabs.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "default_locale": "en_GB",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/www.ebsta.com",
    "options_page": "html\/Options.html",
    "icons": {
        "16": "images\/Ebsta-16.png",
        "128": "images\/Ebsta-128.png"
    },
    "name": "Ebsta For Salesforce",
    "short_name": "Ebsta For Salesforce",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "storage",
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications"
    ],
    "version": "1.158.347",
    "content_security_policy": "frame-src 'none';script-src 'self';connect-src 'self' https:\/\/secure.ebsta.com https:\/\/console.ebsta.com https:\/\/chm.ebsta.com https:\/\/secure.ebsta-webservices.com https:\/\/secure1.ebsta-webservices.com; object-src 'none'; img-src https:\/\/console.ebsta.com https:\/\/*.content.force.com https:\/\/stageimage.ebsta.com https:\/\/img.ebsta.com; media-src 'none'",
    "manifest_version": 2,
    "web_accessible_resources": [
        "css\/main.css",
        "js\/jquery-3.6.0.min.js",
        "js\/Login.js",
        "js\/Login.html",
        "html\/bar.html",
        "html\/bar-1.html",
        "js\/ContentGet.js",
        "js\/GetAccessDetails.js",
        "js\/bar.js",
        "js\/barLocalProcess.js",
        "js\/jquery-ui.min.js",
        "js\/gmailproxy.js",
        "js\/googleglobalgetter.js",
        "css\/External\/chosen-sprite.png",
        "css\/ebstagoogle.css",
        "css\/ebstagoogleold.css",
        "svg\/bar-icons.svg",
        "svg\/BAR_16PX.svg",
        "svg\/BAR_20PX.svg",
        "svg\/close.svg",
        "svg\/paperclip-icon.svg",
        "svg\/SPRITE_BAR.svg",
        "svg\/template_tracking_sprite_2.svg",
        "svg\/onboarding.svg",
        "svg\/ebsta_logo.svg",
        "images\/spritev3.png",
        "images\/close-x.png",
        "images\/ajax-loader.gif",
        "images\/logo.svg",
        "imgs\/loaders\/ebsta_spinner_loader_blue.gif",
        "imgs\/ajax-loader-new.gif",
        "images\/campaignmgrscreengrab.png",
        "images\/meetingscheduler.png",
        "images\/mailicons*",
        "images\/dupecampaign.svg",
        "wiz\/AddEmailsTo.html",
        "wiz\/InsideGmail.html",
        "wiz\/SalesforceTemplates.html",
        "wiz\/ShareEbsta.html",
        "wiz\/SyncCalendars.html",
        "wiz\/AuthGoogle.html",
        "fonts\/glyphicons-halflings-regular.woff",
        "fonts\/glyphicons-halflings-regular.ttf",
        "fonts\/glyphicons-halflings-regular.eot",
        "fonts\/glyphicons-halflings-regular.svg",
        "fonts\/glyphicons-halflings-regular.woff2",
        "fonts\/worksans-regular.woff2",
        "svg\/buttons\/*",
        "css\/External\/froala_editor.pkgd.min.css",
        "css\/External\/froala_style.min.css",
        "css\/External\/fonts.min.css",
        "css\/External\/codemirror.min.css",
        "js\/External\/froala_editor.pkgd.min.js",
        "js\/External\/ro.js",
        "js\/External\/codemirror.min.js",
        "js\/External\/froala-xml.min.js",
        "fonts\/FontAwesome.otf",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2",
        "html\/CampaignManager.html"
    ]
}