Ebsta For Salesforce

Ebsta for Salesforce in Google Chrome.

Ebsta For Salesforce là gì?

Ebsta For Salesforce là một tiện ích mở rộng Chrome được phát triển bởi https://www.ebsta.com, và tính năng chính của nó là "Ebsta for Salesforce in Google Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ebsta For Salesforce

Tải xuống các tệp mở rộng Ebsta For Salesforce dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ebsta For Salesforce Ebsta For Salesforce
ID gemcgnkghpnfbmlfimdbdgfepcgenphf
URL Chính Thức https://chromewebstore.google.com/detail/ebsta-for-salesforce/gemcgnkghpnfbmlfimdbdgfepcgenphf
Mô tả Ebsta for Salesforce in Google Chrome.
Kích Thước Tệp 3.47 MB
Số Lần Cài Đặt 8,775
Phiên Bản Hiện Tại 1.158.347
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2020-06-30
Đánh Giá 4.26/5 Tổng số 34 Đánh Giá
Nhà Phát Triển https://www.ebsta.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ebsta.com
URL Trang Trợ Giúp http://support.ebsta.com
URL Trang Chính Sách Bảo Mật https://www.ebsta.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}