Yesware Sales Engagement

Generate more sales from your inbox. Email finder, email tracker, email campaigns & more.

什么是Yesware Sales Engagement?

Yesware Sales Engagement是由https://yesware.com开发的Chrome扩展程序,该扩展的主要功能是“Generate more sales from your inbox. Email finder, email tracker, email campaigns & more.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Yesware Sales Engagement扩展crx文件

下载Yesware Sales Engagement扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Try Yesware for Gmail for Free - Forever!

Yesware helps high-performing sales teams do meaningful email outreach at scale. If you need to drive more revenue through email outreach, but complex enterprise sales software is overkill - try Yesware. Yesware's Chrome Extension lives right inside your inbox, accelerates your productivity, and easily integrates with the tools you already use. Companies like Yelp, Experian and Teach for America use Yesware to build better pipeline and increase conversions to closed-won opportunities. Yesware is a privately held company based in Boston, Massachusetts. To learn more, visit www.yesware.com.

Simply click the blue 'Add to Chrome" button to add Yesware to your Gmail inbox. 

Our install only takes 60 seconds to complete. Then it’s free to try forever. You will be prompted to authenticate your email and refresh your inbox. We have the highest security standards (SOC 2 Type II certified) and are a trusted Google Partner. If an issue arises when installing, due to the many hardware and software configurations that exist from user to user, immediately contact [email protected] or call 1-855-YESWARE.

WHAT FEATURES ARE AVAILABLE IN GMAIL?

EMAIL TRACKING: See who opens your emails, clicks on links or views attachments (e.g. Email Tracker, Email Open Tracking, Link Tracking, Attachment Tracking). 

CAMPAIGNS: Schedule automated emails sequences, calls, and custom touches (e.g. Email Campaigns, Prospecting, Outbound Sales). 

MEETING SCHEDULER: Schedule meetings without the back and forth (e.g. Meeting Scheduling Tool, Book a Time, Calendly Alternative). 

EMAIL TEMPLATES: Use email templates to follow up at each stage in your sales process (e.g. Sales Emails, Follow Up Emails, Cold Emails). 

REPORTING & ANALYTICS: Identify what’s working to convert leads into customers (e.g. Campaign Performance, Activity Tracking, Engagement Tracking).

SALESFORCE INTEGRATION: Auto-sync all daily activity to the appropriate Lead, Contact, Account and Opportunity records (e.g. SF Sync, Calendar Sync, CRM Integration).

PROSPECTOR: Source new leads from our proprietary database of 100+ million business contact profiles (e.g. Lead Generation, Email Finder, Phone Number Finder).

CONTACTS: Manage your contact relationships, historical engagement and meeting notes (e.g. Contact Management, Contact Manager).  

Click "Add to Chrome" to try Yesware for free!
 
EVALUATING FOR A TEAM: 
Our sales team has worked with some of the highest growth companies in the world and love to share best practices. If you are interested in evaluating Yesware for your team, visit us at yesware.com/contact-sales or send us an email at [email protected].                    

扩展基本信息

名称 Yesware Sales Engagement Yesware Sales Engagement
ID gkjnkapjmjfpipfcccnjbjcbgdnahpjp
官方URL https://chromewebstore.google.com/detail/yesware-sales-engagement/gkjnkapjmjfpipfcccnjbjcbgdnahpjp
简介 Generate more sales from your inbox. Email finder, email tracker, email campaigns & more.
文件大小 5.21 MB
安装次数 105,049
当前版本 24.1.2
更新时间 2024-01-09
上架时间 2020-07-01
评分 4.22/5 共1129次评分
开发者 https://yesware.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 http://www.yesware.com
帮助页面URL http://www.yesware.com/help
隐私政策页面URL http://www.yesware.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "24.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "28",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/sales\/widget\/*crmSourceType=YESWARE*"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/vendor\/plugins.js",
                "js\/frontend\/sales-navigator.js"
            ],
            "css": [
                "css\/frontend\/frontend.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "",
        "cookies",
        "declarativeNetRequestWithHostAccess",
        "tabs",
        "notifications",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "images\/*.svg",
        "images\/preferences\/*.svg",
        "images\/preferences\/*.png",
        "images\/content\/*.svg",
        "html\/*.html"
    ],
    "default_locale": "en",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "declarative_net_request_rules.json"
            }
        ]
    }
}