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.

What is Saleshandy Connect: Email Tracker & Lookup?

Saleshandy Connect: Email Tracker & Lookup is a Chrome extension developed by ikigaisaleshandyhq, and its main feature is "All-in-one tool to track opens & clicks right in your Gmail and look up email addresses in one click.".

Extension Screenshots

screenshot
screenshot

Download Saleshandy Connect: Email Tracker & Lookup Extension CRX File

Download Saleshandy Connect: Email Tracker & Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Saleshandy Connect: Email Tracker & Lookup Saleshandy Connect: Email Tracker & Lookup
ID kbamkiopkpgmcdggnogblondddcgabji
Official URL https://chromewebstore.google.com/detail/saleshandy-connect-email/kbamkiopkpgmcdggnogblondddcgabji
Description All-in-one tool to track opens & clicks right in your Gmail and look up email addresses in one click.
File Size 9.26 MB
Installation Count 6,000
Current Version 2.1.4
Last Updated 2023-09-19
Publish Date 2022-04-08
Rating 4.33/5 Total 6 Ratings
Developer ikigaisaleshandyhq
Email [email protected]
Payment Type free
Extension Website https://www.saleshandy.com
Help Page URL https://support.saleshandy.com/
Supported Languages 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": [
                ""
            ]
        }
    ]
}