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.

Qu'est-ce que Saleshandy Connect: Email Tracker & Lookup ?

Saleshandy Connect: Email Tracker & Lookup est une extension Chrome développée par ikigaisaleshandyhq, et sa fonction principale est "All-in-one tool to track opens & clicks right in your Gmail and look up email addresses in one click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Saleshandy Connect: Email Tracker & Lookup

Téléchargez les fichiers d'extension Saleshandy Connect: Email Tracker & Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Saleshandy Connect: Email Tracker & Lookup Saleshandy Connect: Email Tracker & Lookup
ID kbamkiopkpgmcdggnogblondddcgabji
URL Officiel 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.
Taille du Fichier 9.26 MB
Nombre d'Installations 6,000
Version Actuelle 2.1.4
Dernière Mise à Jour 2023-09-19
Date de Publication 2022-04-08
Évaluation 4.33/5 Total 6 Évaluations
Développeur ikigaisaleshandyhq
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.saleshandy.com
URL de la Page d'Aide https://support.saleshandy.com/
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}