CRM and Inbox for LinkedIn
Your professional relationships' CRM built for teams & creators.
什么是CRM and Inbox for LinkedIn?
CRM and Inbox for LinkedIn是由https://leaddelta.com开发的Chrome扩展程序,该扩展的主要功能是“Your professional relationships' CRM built for teams & creators.”。
扩展截图
下载CRM and Inbox for LinkedIn扩展crx文件
下载CRM and Inbox for LinkedIn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unlock the full potential of your Professional Network with LeadDelta CRM. Your professional relationships' CRM built for sales pros, recruiters, digital creators, marketers, and CEOs. LeadDelta is managing business connections for over 20,000 professionals. In a nutshell, LeadDelta helps you become proactive about your most valuable asset – your relationships. 🗂️ Centralize all your professional contacts in a lightweight CRM 📥 Organize your messy Inbox and never miss opportunities ⬇️ Export and bulk remove your connections 🏷 Filter, sort & tag (label), your connections 🗝 Unlock data & signals from your network 📧 Send personalized messages at scale ✅ Create Tasks & Reminders 🤝 Collaborate with your team ⚡️ Build workflows No distractions. No ads. Why choose LeadDelta? Here’s our story... LeadDelta was founded in Toronto 🍁 Canada in 2020. Since then... 🎉 We shipped over 300 features & updates 🎉 Have 15,000+ satisfied users 🎉 Have an average rating of 4.9 out of 5 🎉 Awarded #1 SaaS of 2022 by Product Hunt LeadDelta’s key features at a glance: ➼ Connections Manager • Beautifully designed, CRM view of your entire professional network • Create & manage custom tags (labels), and assign them to connections • Filter groups of people that match your criteria with 15+ data points • New data points: # of followers, last messaged, languages, birth dates and more... • Apply custom notes with 1 click... ➼ LeadDelta Sidebar • Apply Tags and Notes while researching connections • Get important information about connections while on their LinkedIn profile • Go beyond your network and import connections into LeadDelta • Manage connections outside of your network with Tags, Notes, and Filters • View company employees at a glance while on company pages • Utilize LeadDelta filters in your search to find exactly who you’re looking for ➼ LeadDelta Inbox • List your most important social conversations without ads and distractions • Sidebar with notes/tags and important intel about a connection • Apply and filter tags to focus only on relevant conversations • Pin/Unpin 📌 and Star ⭐ your most important conversations • Create/Save/Reuse message templates ➼ + More • Group follow & unfollow: clean up your feeds • 1-Click data export of filtered connection data into a. CSV file • Integrations: Zapier, HubSpot, LinkedIn, OpenAI 🚀 NEW: LeadDelta AI Prospector + LeadDelta AI Sparkle – Expand your network with AI-generated contact lists – Connect with people outside your networking circle – Your personal AI writer, translator, and spellchecker – Create messages that resonate with your tone – Become the Shakespeare of DMs 🚀 NEW: LeadDelta Workspaces – Centralize your entire team’s network – Collaborate, search, take notes, and grow together – Manage your team’s tasks and output 🚀 NEW: LeadDelta CSV Import – Centralize your network no matter the platform – Enhance your contacts with custom data – Manage your sales, marketing, and recruiting leads 🚀 NEW: LeadDelta Tasks & Reminders – A dedicated to-do list for your networking activities – Create tasks linked to your contacts – Get regular reminders to follow up 🚀 NEW: LeadDelta HubSpot Integration – Integrate contacts into your sales workflow – Import contact data into HubSpot with a click – Start workflows and campaigns through LeadDelta ——— 📍If you need help by email, just forward it to us at [email protected]. 📍Want more networking tips? Follow us on X (Twitter): @LeadDeltaHQ 📍Visit: www.leaddelta.com
扩展基本信息
名称 | CRM and Inbox for LinkedIn |
ID | pglgkbbnncfddpclbgomegdnjihljkdp |
官方URL | https://chromewebstore.google.com/detail/crm-and-inbox-for-linkedi/pglgkbbnncfddpclbgomegdnjihljkdp |
简介 | Your professional relationships' CRM built for teams & creators. |
文件大小 | 1.98 MB |
安装次数 | 9,465 |
当前版本 | 4.42.0 |
更新时间 | 2024-03-03 |
上架时间 | 2020-07-29 |
评分 | 4.90/5 共104次评分 |
开发者 | https://leaddelta.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://leaddelta.com |
帮助页面URL | https://help.leaddelta.com/en/ |
隐私政策页面URL | https://leaddelta.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CRM and Inbox for LinkedIn", "version": "4.42.0", "manifest_version": 2, "description": "Your professional relationships' CRM built for teams & creators.", "homepage_url": "https:\/\/leaddelta.com\/", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/128x128.png", "default_title": "LeadDelta", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "cookies", "storage", "identity", "activeTab", "https:\/\/*.linkedin.com\/*", "https:\/\/*.leaddelta.com\/*", "https:\/\/api.leaddelta.com\/*", "contextMenus", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/stripe.com\/ https:\/\/js.stripe.com\/ https:\/\/js.stripe.com\/v3\/ https:\/\/*.crisp.chat\/ https:\/\/*.segment.com\/ 'sha256-k5IQROOE\/Wrghjo2Y0Y4mQpByzm1SxWFAPQZ6\/CfK1U=' 'sha256-o0W9+RKucoTsTXBGhDbXZNtHDc1\/n8PkUev6zEw3sas='; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "*:\/\/*\/*" ], "js": [ "src\/inject\/index.js", "src\/inject\/other.js" ], "all_frames": false, "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/*.leaddelta.com\/*" ] }, "web_accessible_resources": [ "src\/options\/index.html", "src\/inject\/assets\/*", "src\/page_action\/assets\/fonts\/*.ttf" ], "incognito": "not_allowed", "oauth2": { "client_id": "523347845712-irgth9vpg5kjc31edv2rthugn8cploro.apps.googleusercontent.com", "scopes": [ "email" ] } } |