Yesware Sales Engagement

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

Yesware Sales Engagementคืออะไร?

Yesware Sales Engagement เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yesware.com และคุณลักษณะหลักของมันคือ "Generate more sales from your inbox. Email finder, email tracker, email campaigns & more."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yesware Sales Engagement

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            }
        ]
    }
}