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 |
Eメール | [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" ] } } |