Email Finder by AhaLeads
Find emails from LinkedIn and save them to AhaLeads
Email Finder by AhaLeads란 무엇입니까?
Email Finder by AhaLeads은(는) http://ahaleads.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find emails from LinkedIn and save them to AhaLeads"입니다.
확장 프로그램 스크린샷
Email Finder by AhaLeads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AhaLeads is multi-channel lead generation software. Using this Chrome extension, you can find emails on LinkedIn and add them to AhaLeads. Also, it allows you to identify anonymous visitors on your website.
확장 프로그램 기본 정보
이름 | |
ID | egpmnkkglcjnkonoenjephjdnjalcaei |
공식 URL | https://chrome.google.com/webstore/detail/email-finder-by-ahaleads/egpmnkkglcjnkonoenjephjdnjalcaei |
설명 | Find emails from LinkedIn and save them to AhaLeads |
파일 크기 | 976 KB |
설치 횟수 | 112 |
현재 버전 | 0.46 |
최근 업데이트 | 2019-07-28 |
출시 날짜 | 2019-07-28 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://ahaleads.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://ahaleads.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery\/jquery.min.js", "src\/background\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "src\/browser-action\/browser-action.html", "default_title": "AhaLeads" }, "content_scripts": [ { "css": [ "css\/bootstrap.min.css", "css\/font-awesome.min.css", "src\/inject\/ahaleads.css", "css\/linkedin\/linkedin-profile.css", "css\/linkedin\/linkedin-search.css" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery-ui.min.js", "src\/inject\/ahaleads.js", "js\/jquery\/jquery-waituntilexists.js", "src\/linkedin\/linkedin-profile.js" ], "matches": [ "*:\/\/*.linkedin.com\/profile\/view*", "*:\/\/*.linkedin.com\/in\/*", "*:\/\/*.linkedin.com\/pub\/*", "*:\/\/*.linkedin.com\/sales\/profile\/*", "*:\/\/*.linkedin.com\/sales\/people\/*", "*:\/\/*.linkedin.com\/recruiter\/profile\/*" ] }, { "css": [ "css\/bootstrap.min.css", "css\/font-awesome.min.css", "src\/inject\/ahaleads.css", "css\/linkedin\/linkedin-profile.css", "css\/linkedin\/linkedin-search.css" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery-ui.min.js", "src\/inject\/ahaleads.js", "js\/jquery\/jquery-waituntilexists.js", "src\/linkedin\/linkedin-search.js" ], "matches": [ "*:\/\/*.linkedin.com\/vsearch\/*", "*:\/\/*.linkedin.com\/sales\/search*", "*:\/\/*.linkedin.com\/search\/*", "*:\/\/*.linkedin.com\/sales\/accounts*", "*:\/\/*.linkedin.com\/cap\/peopleSearch\/*", "*:\/\/*.linkedin.com\/recruiter\/smartsearch*" ] } ], "description": "Find emails from LinkedIn and save them to AhaLeads", "homepage_url": "https:\/\/ahaleads.com\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Email Finder by AhaLeads", "options_page": "src\/options\/index.html", "permissions": [ "*:\/\/*.linkedin.com\/profile\/view*", "*:\/\/*.linkedin.com\/in\/*", "*:\/\/*.linkedin.com\/pub\/*", "*:\/\/*.linkedin.com\/sales\/profile\/*", "*:\/\/*.linkedin.com\/sales\/people\/*", "*:\/\/*.linkedin.com\/recruiter\/profile\/*", "tabs", "activeTab", "storage", "management", "webNavigation" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.46", "web_accessible_resources": [ "src\/options\/index.html", "fonts\/fontawesome-webfont.eot", "fonts\/fontawesome-webfont.svg", "fonts\/fontawesome-webfont.ttf", "fonts\/fontawesome-webfont.woff", "fonts\/fontawesome-webfont.woff2", "fonts\/FontAwesome.otf", "img\/logo.png", "img\/logo-glyph.png", "img\/ajax_loader.gif" ] } |