Yesware Sales Engagement

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

Hvad er Yesware Sales Engagement?

Yesware Sales Engagement er en Chrome-udvidelse udviklet af https://yesware.com, og dens hovedfunktion er "Generate more sales from your inbox. Email finder, email tracker, email campaigns & more.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Yesware Sales Engagement-udvidelses-CRX-fil

Download Yesware Sales Engagement-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Yesware Sales Engagement Yesware Sales Engagement
ID gkjnkapjmjfpipfcccnjbjcbgdnahpjp
Officiel URL https://chromewebstore.google.com/detail/yesware-sales-engagement/gkjnkapjmjfpipfcccnjbjcbgdnahpjp
Beskrivelse Generate more sales from your inbox. Email finder, email tracker, email campaigns & more.
Filstørrelse 5.21 MB
Antal Installationer 105,049
Nuværende Version 24.1.2
Senest Opdateret 2024-01-09
Udgivelsesdato 2020-07-01
Bedømmelse 4.22/5 Samlet 1129 Bedømmelser
Udvikler https://yesware.com
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted http://www.yesware.com
Hjælpeside-URL http://www.yesware.com/help
URL til Fortrolighedspolitik Side http://www.yesware.com/privacy
Understøttede Sprog 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"
            }
        ]
    }
}