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 |
官方網址 | 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" ] } } |