Klenty: Email Outreach & Tracking from Gmail

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

什麼是Klenty: Email Outreach & Tracking from Gmail?

Klenty: Email Outreach & Tracking from Gmail是由https://klenty.com開發的Chrome擴展程式,該擴展的主要功能是“Personalized emails & follow-ups | Email Tracking | Mail Merge | Templates | Gmail & CRM Plugin”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Klenty: Email Outreach & Tracking from Gmail擴展crx文件

下載Klenty: Email Outreach & Tracking from Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Klenty: Email Outreach & Tracking from Gmail Klenty: Email Outreach & Tracking from Gmail
ID dcobodbibhecmhnamioljhlnaeoimbcd
官方網址 https://chromewebstore.google.com/detail/klenty-email-outreach-tra/dcobodbibhecmhnamioljhlnaeoimbcd
簡介 Personalized emails & follow-ups | Email Tracking | Mail Merge | Templates | Gmail & CRM Plugin
檔案大小 1.31 MB
安裝次數 1,408
目前版本 1.11.18
更新時間 2024-03-05
上架時間 2020-07-03
評分 4.48/5 共 21 次評分
開發者 https://klenty.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.klenty.com/?utm_source=chromestore
說明頁面URL http://support.klenty.com
隱私政策頁面URL https://www.klenty.com/privacyPolicy
支援的語言 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'"
    }
}