Klenty: Email Outreach & Tracking from Gmail

Personalized emails & follow-ups | Email Tracking | Mail Merge | Templates | Gmail & CRM Plugin

Co je Klenty: Email Outreach & Tracking from Gmail?

Klenty: Email Outreach & Tracking from Gmail je rozšíření Chrome vyvinuté https://klenty.com, a jeho hlavní funkcí je „Personalized emails & follow-ups | Email Tracking | Mail Merge | Templates | Gmail & CRM Plugin“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Klenty: Email Outreach & Tracking from Gmail

Stáhněte si soubory rozšíření Klenty: Email Outreach & Tracking from Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        WHAT IS KLENTY?

Klenty is a engagement platform that can help sales teams reach out to prospects by sending personalized emails and automated follow-ups at scale.

Using Klenty, you can automate all the repetitive activities involved in your sales process like sending cold emails, follow-ups, tracking engagement metrics, etc - so that you can focus more on activities like building relationships and closing deals.

WHAT CAN YOU DO WITH KLENTY CHROME EXTENSION?

Klenty’s chrome extension can help salespeople:
- Send one-to-one personalized emails, schedule follow-ups and track them from Gmail.
- Engage with your contacts from Pipedrive, Salesforce, and Freshsales CRM without having to switch between tools.

KLENTY CHROME EXTENSION IN GMAIL

This chrome extension is perfect for outbound and inbound sales reps using a Gmail account to engage with leads. You will be able to save a lot of time and improve your productivity.

- Know what happens after you click send. With Klenty’s extension, you can keep a track of email engagement like opens, clicks, and replies.
 - Create personalized emails instantly using our template library from within Gmail
- Avoid the hassle of remembering to follow-up. Let Klenty do that for you. Write your emails and schedule to send them later.
- Set-up reminder notes and tasks for yourself and Klenty will remind you by sending you an email.
- You can easily add prospects to klenty cadence from Gmail and send perfectly-timed automated follow-ups.
- Track the daily performance of your emails instantly using the live feed.

HOW DO YOU INSTALL AND USE IT IN GMAIL?

- Get Klenty chrome extension from the chrome webstore.
- Sign in to Klenty. If you don’t have an account, create one.
- Go to Gmail and when you hit compose, the Klenty options will show up at the bottom of the window
- Now, you’ll be able to perform tasks like tracking your emails, setting up reminders, and all the other functionalities mentioned above.

KLENTY CRM PLUGIN

This chrome extension is perfect for outbound and inbound sales reps using Pipedrive, Salesforce, and Freshsales CRM to manage leads and engage with them by sending personalized emails, automated follow-ups, and tasks.

- Push prospects from CRM to Klenty without leaving the CRM
- Select multiple contacts and add them email campaign in a single click
- Send hundreds of personalized emails easily using mail merge
- Never miss out on an opportunity to follow-up with your prospects. Create tasks in Klenty see them in your CRM

HOW TO INSTALL AND USE FROM CRM?

- Get the chrome extension from chrome webstore
- Connect your CRM and Klenty
- Login to your CRM and open the Klenty extension within the CRM
- Klenty will automatically detect all the prospects in your CRM
- Now, you can perform any of the tasks that you’d like to do - push prospects to Klenty and other prospect actions                    

Základní Informace o Rozšíření

Název Klenty: Email Outreach & Tracking from Gmail Klenty: Email Outreach & Tracking from Gmail
ID dcobodbibhecmhnamioljhlnaeoimbcd
Oficiální URL https://chromewebstore.google.com/detail/klenty-email-outreach-tra/dcobodbibhecmhnamioljhlnaeoimbcd
Popis Personalized emails & follow-ups | Email Tracking | Mail Merge | Templates | Gmail & CRM Plugin
Velikost souboru 1.31 MB
Počet instalací 1,408
Aktuální Verze 1.11.18
Poslední Aktualizace 2024-03-05
Datum Vydání 2020-07-03
Hodnocení 4.48/5 Celkem 21 Hodnocení
Vývojář https://klenty.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.klenty.com/?utm_source=chromestore
URL Stránky Nápovědy http://support.klenty.com
URL Stránky Zásad Ochrany Soukromí https://www.klenty.com/privacyPolicy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Klenty: Email Outreach & Tracking from Gmail",
    "description": "Personalized emails & follow-ups | Email Tracking | Mail Merge | Templates | Gmail & CRM Plugin",
    "version": "1.11.18",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "js": [
                "klentyAppContentScript.js"
            ],
            "matches": [
                "https:\/\/*.kl-infra.com\/*",
                "https:\/\/*.klenty.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "packages\/jquery.min.js",
                "packages\/tooltipster.bundle.min.js",
                "packages\/jquery.webui-popover.min.js",
                "packages\/moment.min.js",
                "packages\/jquery.datetimepicker.full.min.js",
                "sidepanel.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.klenty.com\/*",
                "https:\/\/*.zoho.eu\/*",
                "https:\/\/*.zoho.in\/*",
                "https:\/\/*.zoho.com\/*",
                "https:\/\/*.hubspot.com\/*",
                "https:\/\/*.kl-infra.com\/*"
            ],
            "css": [
                "styles\/sidepanel.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "mailLoader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "newLogo.png"
        }
    },
    "icons": {
        "48": "newLogo.png",
        "128": "newLogo.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "blockLinkTrack",
                "enabled": true,
                "path": "blockLinkTrackRules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "cookies",
        "tabs",
        "scripting",
        "webNavigation",
        "webRequest",
        "declarativeNetRequest",
        "management"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.pipedrive.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.klenty.com\/*",
        "https:\/\/*.googleusercontent.com\/proxy\/*",
        "https:\/\/cdnjs.cloudflare.com\/*",
        "https:\/\/s3-us-west-1.amazonaws.com\/*",
        "https:\/\/d3a0j1usgn5p8a.cloudfront.net\/*",
        "https:\/\/accounts.google.com\/",
        "https:\/\/*.zoho.eu\/*",
        "https:\/\/*.zoho.in\/*",
        "https:\/\/*.zoho.com\/*",
        "https:\/\/app.hubspot.com\/*",
        "https:\/\/*.kl-infra.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidepanel.html",
                "syncWaitBanner.html",
                "progressBar.html",
                "packages\/*",
                "newLogo.png",
                "**.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.klenty.com\/*",
                "https:\/\/*.zoho.eu\/*",
                "https:\/\/*.zoho.in\/*",
                "https:\/\/*.zoho.com\/*",
                "https:\/\/app.hubspot.com\/*",
                "https:\/\/*.kl-infra.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/plugin1.klenty.com\/*",
            "https:\/\/plugin2.klenty.com\/*",
            "https:\/\/test-1.h.kl-infra.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'"
    }
}