Klenty: Email Outreach & Tracking from Gmail
Personalized emails & follow-ups | Email Tracking | Mail Merge | Templates | Gmail & CRM Plugin
Klenty: Email Outreach & Tracking from Gmail là gì?
Klenty: Email Outreach & Tracking from Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://klenty.com, và tính năng chính của nó là "Personalized emails & follow-ups | Email Tracking | Mail Merge | Templates | Gmail & CRM Plugin".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Klenty: Email Outreach & Tracking from Gmail
Tải xuống các tệp mở rộng Klenty: Email Outreach & Tracking from Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Klenty: Email Outreach & Tracking from Gmail |
ID | dcobodbibhecmhnamioljhlnaeoimbcd |
URL Chính Thức | https://chromewebstore.google.com/detail/klenty-email-outreach-tra/dcobodbibhecmhnamioljhlnaeoimbcd |
Mô tả | Personalized emails & follow-ups | Email Tracking | Mail Merge | Templates | Gmail & CRM Plugin |
Kích Thước Tệp | 1.31 MB |
Số Lần Cài Đặt | 1,408 |
Phiên Bản Hiện Tại | 1.11.18 |
Cập Nhật Lần Cuối | 2024-03-05 |
Ngày Phát Hành | 2020-07-03 |
Đánh Giá | 4.48/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://klenty.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.klenty.com/?utm_source=chromestore |
URL Trang Trợ Giúp | http://support.klenty.com |
URL Trang Chính Sách Bảo Mật | https://www.klenty.com/privacyPolicy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } } |