Saleshandy Connect: Email Tracker & Lookup

All-in-one tool to track opens & clicks right in your Gmail and look up email addresses in one click.

Saleshandy Connect: Email Tracker & Lookup란 무엇입니까?

Saleshandy Connect: Email Tracker & Lookup은(는) ikigaisaleshandyhq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All-in-one tool to track opens & clicks right in your Gmail and look up email addresses in one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Saleshandy Connect: Email Tracker & Lookup 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Saleshandy Connect

Saleshandy Connect allows prospecting your leads and tracking their emails for better and faster conversion. Enabling prospecting and tracking together is the most effective way to grow your business and pipeline.💰

👉 Look up email addresses from online platforms like CRMs and others with just one click. 
👉 Track your emails and get an instant notification when your prospects open emails and click your links.

Click "Add to Chrome" now to try Saleshandy for free.

EMAIL TRACKER FOR YOUR GMAIL ACCOUNT

Improve your team's email productivity 📈 with Saleshandy Connect's Email Tracker. 

How to do it?

1. Add, install & pin the Saleshandy Connect Chrome Extension.
2. Visit your Gmail interface and click on the Extension.
3. Create a Saleshandy account, and it will reload your Gmail.
4. Saleshandy's activity dashboard would appear in a different tab.
5. Open your Gmail, compose and send a message including a link.
6. Open the sender's Gmail to open the received email and click the link.
7. You will get an instant Desktop notification that someone opened/clicked your email!
8. You can find all the activity in your Saleshandy's 1:1 Email Insights dashboard.

👉 No signatures, logos and labels by Saleshandy
👉 Your recipient won't know they are tracked
👉 Unique count of opens and clicks

#Track right from your Gmail

You can easily track when recipients open & click your emails right in your Gmail. No more need to switch tabs between the Email Tracker application and your Gmail account. 
Track unlimited emails and mailboxes

Saleshandy Connect's Email Tracker allows you to track unlimited emails and Gmail mailboxes just from a single Saleshandy account.

#Get a real-time desktop notification

Get instant desktop notifications when an email has been opened, forwarded or clicked a link.

#Export details from recipient activity log 

Use our Saleshandy mailbox to view your Gmail account's full recipient activity log. View or export the list of recipients who opened your email and clicked on links.

LOOK UP EMAILS IN A SNAP

Sales professionals use our Email Lookup tool for prospecting, booking more meetings and closing deals. It helps you instantly reveal lead/prospect's email addresses from popular platforms like CRMs and others.

👉 Extract accurate and verified Email Addresses 
👉 Increase productivity & business opportunities
👉 Get rid of manual prospecting

Getting started with Email Lookup

1. Add & install the Saleshandy Connect Extension.
2. Visit a profile & click the Extension.
3. It will automatically extract the Email, First & Last Name of the lead.
4. In the case of the CRM platform, click on the "Add to sequence" button.

#Hyper-personalize your outreach

Create and add custom fields for a higher level of personalization, for example, Job Title, Company Name, Location, Skill, etc.

At last, click on the "Save prospect" button and Et Voila! 🚀. All your prospects are added successfully to your Saleshandy dashboard.

The CRM Integrations available with Saleshandy Connect are:

👉 HubSpot (™)
👉 Zoho (™) 
👉 Freshsales (™)

Our goal is to make the tool enjoyable, and we would like to hear your thoughts and any issues you encounter via email.                    

확장 프로그램 기본 정보

이름 Saleshandy Connect: Email Tracker & Lookup Saleshandy Connect: Email Tracker & Lookup
ID kbamkiopkpgmcdggnogblondddcgabji
공식 URL https://chromewebstore.google.com/detail/saleshandy-connect-email/kbamkiopkpgmcdggnogblondddcgabji
설명 All-in-one tool to track opens & clicks right in your Gmail and look up email addresses in one click.
파일 크기 9.26 MB
설치 횟수 6,000
현재 버전 2.1.4
최근 업데이트 2023-09-19
출시 날짜 2022-04-08
평점 4.33/5 총 6 개의 평점
개발자 ikigaisaleshandyhq
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.saleshandy.com
도움말 페이지 URL https://support.saleshandy.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "All-in-one tool to track opens & clicks right in your Gmail and look up email addresses in one click.",
    "version": "2.1.4",
    "name": "Saleshandy Connect: Email Tracker & Lookup",
    "manifest_version": 3,
    "homepage_url": "https:\/\/saleshandy.com",
    "action": {
        "default_icon": "assets\/icons\/sh-logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icons\/16_16.png",
        "32": "assets\/icons\/32_32.png",
        "48": "assets\/icons\/48_48.png",
        "64": "assets\/icons\/64_64.png",
        "128": "assets\/icons\/128_128.png"
    },
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "js": [
                "pages\/linkedin\/bg.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.hubspot.com\/contacts\/*\/contact\/*",
                "https:\/\/crm.zoho.in\/crm\/*",
                "https:\/\/crm.zoho.com\/crm\/*",
                "https:\/\/*.myfreshworks.com\/crm\/sales\/contacts\/*"
            ],
            "js": [
                "pages\/crm\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "tabs",
        "scripting",
        "notifications",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.force.com\/*",
        "*:\/\/*.salesforce.com\/*",
        "https:\/\/*.pipedrive.com\/*",
        "https:\/\/*.hubspot.com\/contacts\/*\/contact\/*",
        "https:\/\/crm.zoho.in\/crm\/*",
        "https:\/\/crm.zoho.com\/crm\/*",
        "https:\/\/*.myfreshworks.com\/crm\/sales\/contacts\/*",
        "https:\/\/app.close.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/outlook.live.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "welcome.html",
                "assets\/icons\/shLogo.svg",
                "assets\/images\/circle.svg",
                "assets\/images\/header.svg",
                "assets\/images\/saleshandyconnect-pin.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}