Yesware Sales Engagement

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

Co je Yesware Sales Engagement?

Yesware Sales Engagement je rozšíření Chrome vyvinuté https://yesware.com, a jeho hlavní funkcí je „Generate more sales from your inbox. Email finder, email tracker, email campaigns & more.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Yesware Sales Engagement

Stáhněte si soubory rozšíření Yesware Sales Engagement ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Yesware Sales Engagement Yesware Sales Engagement
ID gkjnkapjmjfpipfcccnjbjcbgdnahpjp
Oficiální URL https://chromewebstore.google.com/detail/yesware-sales-engagement/gkjnkapjmjfpipfcccnjbjcbgdnahpjp
Popis Generate more sales from your inbox. Email finder, email tracker, email campaigns & more.
Velikost souboru 5.21 MB
Počet instalací 105,049
Aktuální Verze 24.1.2
Poslední Aktualizace 2024-01-09
Datum Vydání 2020-07-01
Hodnocení 4.22/5 Celkem 1129 Hodnocení
Vývojář https://yesware.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření http://www.yesware.com
URL Stránky Nápovědy http://www.yesware.com/help
URL Stránky Zásad Ochrany Soukromí http://www.yesware.com/privacy
Podporované Jazyky 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"
            }
        ]
    }
}