NetHunt CRM for LinkedIn
One-click lead capturing on LinkedIn.
Τι είναι το NetHunt CRM for LinkedIn;
Το NetHunt CRM for LinkedIn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nethunt.com, και η κύρια λειτουργία του είναι "One-click lead capturing on LinkedIn.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NetHunt CRM for LinkedIn
Λήψη αρχείων επέκτασης NetHunt CRM for LinkedIn σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
NetHunt integrates seamlessly with LinkedIn, bringing CRM capabilities to your favorite lead generation platform. FIND AND ENGAGE NEW LEADS FASTER NetHunt’s LinkedIn integration automatically highlights which LinkedIn profiles and companies are already in your CRM, and which ones are new. This saves time from manually cross-referencing LinkedIn profiles and CRM records; it lets you focus on connecting with new opportunities. AUTOMATE LEAD CAPTURE AND DATA ENTRY Add new leads from LinkedIn to NetHunt CRM in just one click. Automatically enrich their CRM profile with the details that are available to you as a user, including their picture, first name, last name, company, title, email address, phone number, Skype ID, Twitter handle, birthday, link to LinkedIn profile, and more. ADD NEW PEOPLE; ADD NEW COMPANIES With NetHunt’sLinkedIn integration, it’s possible to add organizations as well as individuals. Add all the organization’s details that are available to you as a user: company name, description, logo, website, phone number, address, foundation date, industry, size, and link to LinkedIn profile. GET FULL CONTEXT AT YOUR FINGERTIPS Gain unfiltered access to a lead’s or company’s CRM details when you visit their LinkedIn profile. Important information is always available and up-to-date, providing you with priceless context when you need it most. Got a burning question about NetHunt CRM? Email us at [email protected]. Our Customer Success team is ready, waiting, and absolutely lovely.
Βασικές Πληροφορίες Επέκτασης
Όνομα | NetHunt CRM for LinkedIn |
ID | gkcdjgjhmpmjdikeokefahhecpbecldb |
Επίσημο URL | https://chromewebstore.google.com/detail/nethunt-crm-for-linkedin/gkcdjgjhmpmjdikeokefahhecpbecldb |
Περιγραφή | One-click lead capturing on LinkedIn. |
Μέγεθος Αρχείου | 17.72 KB |
Αριθμός Εγκαταστάσεων | 1,559 |
Τρέχουσα Έκδοση | 20.124.638 |
Τελευταία Ενημέρωση | 2021-11-02 |
Ημερομηνία Δημοσίευσης | 2020-05-04 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://nethunt.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://nethunt.com/linkedin-crm?s=Chrome+Store |
Διεύθυνση URL της Σελίδας Βοήθειας | https://nethunt.com/help |
URL της Σελίδας Πολιτικής Απορρήτου | https://nethunt.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NetHunt CRM for LinkedIn", "short_name": "NetHunt CRM", "version": "20.124.638", "description": "One-click lead capturing on LinkedIn.", "homepage_url": "https:\/\/nethunt.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "incognito": "split", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.nethunt.com\/*", "https:\/\/*.linkedin.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "manifest.json", "pixel.gif", "ajax.js", "gdPicker.html" ], "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.nethunt.com\/*", "https:\/\/*.nethunt.co\/*", "https:\/\/*.linkedin.com\/*" ] } |