NetHunt CRM for LinkedIn
One-click lead capturing on LinkedIn.
NetHunt CRM for LinkedIn란 무엇입니까?
NetHunt CRM for LinkedIn은(는) https://nethunt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click lead capturing on LinkedIn."입니다.
확장 프로그램 스크린샷
NetHunt CRM for LinkedIn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |