Yesware Sales Engagement

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

Cos'è Yesware Sales Engagement?

Yesware Sales Engagement è un'estensione di Chrome sviluppata da https://yesware.com, e la sua funzione principale è "Generate more sales from your inbox. Email finder, email tracker, email campaigns & more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Yesware Sales Engagement

Scarica i file di estensione Yesware Sales Engagement in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Yesware Sales Engagement Yesware Sales Engagement
ID gkjnkapjmjfpipfcccnjbjcbgdnahpjp
URL Ufficiale https://chromewebstore.google.com/detail/yesware-sales-engagement/gkjnkapjmjfpipfcccnjbjcbgdnahpjp
Descrizione Generate more sales from your inbox. Email finder, email tracker, email campaigns & more.
Dimensione del File 5.21 MB
Conteggio Installazioni 105,049
Versione Corrente 24.1.2
Ultimo Aggiornamento 2024-01-09
Data di Pubblicazione 2020-07-01
Valutazione 4.22/5 Totale 1129 Valutazioni
Sviluppatore https://yesware.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione http://www.yesware.com
URL della Pagina di Aiuto http://www.yesware.com/help
URL della Pagina della Politica sulla Privacy http://www.yesware.com/privacy
Lingue Supportate 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"
            }
        ]
    }
}