Ebsta For Salesforce

Ebsta for Salesforce in Google Chrome.

Ebsta For Salesforceとは何ですか?

Ebsta For Salesforceはhttps://www.ebsta.comによって開発されたChromeの拡張機能で、その主な機能は「Ebsta for Salesforce in Google Chrome.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Ebsta For Salesforce拡張機能のCRXファイルをダウンロード

Ebsta For Salesforce拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Ebsta For Salesforce Ebsta For Salesforce
ID gemcgnkghpnfbmlfimdbdgfepcgenphf
公式URL https://chromewebstore.google.com/detail/ebsta-for-salesforce/gemcgnkghpnfbmlfimdbdgfepcgenphf
説明 Ebsta for Salesforce in Google Chrome.
ファイルサイズ 3.47 MB
インストール数 8,775
現在のバージョン 1.158.347
最終更新日 2024-02-12
公開日 2020-06-30
評価 4.26/5 合計 34 レビュー
開発者 https://www.ebsta.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.ebsta.com
ヘルプページのURL http://support.ebsta.com
プライバシーポリシーページのURL https://www.ebsta.com/privacy-policy
対応言語 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"
    ]
}