Lix - B2B Scraper, Email Finder & API
B2B scraper and Email finder. Visit https://lix-it.com for instructions on use.
Lix - B2B Scraper, Email Finder & API란 무엇입니까?
Lix - B2B Scraper, Email Finder & API은(는) https://lix-it.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "B2B scraper and Email finder. Visit https://lix-it.com for instructions on use."입니다.
확장 프로그램 스크린샷
Lix - B2B Scraper, Email Finder & API 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Supercharge your B2B searches with Lix It!. Try the fastest, most powerful lead generation tool on the market - with 50 free leads every single month. Using the Lix extension, you can populate a sales pipeline, compile a marketing database or mine research data in minutes. ✅ No fiddly setting up or coding required - just install this extension & get started! ✅ Watch the video above to see just how easy it is to find prospects on B2B social networks and export them to Excel or CSV. Our AI-powered email generator will discover, test & validate their business email address, too. Giving you all the tools you need to prospect at scale. ✅ Plus, using our Lix Lists feature, you can compile multiple exports into a single project - so you never have a problem with duplicate entries. Find the information you need and smash your targets, with Lix.
확장 프로그램 기본 정보
이름 | Lix - B2B Scraper, Email Finder & API |
ID | ceplokfhfeekddamgoaojabdhkggafnk |
공식 URL | https://chromewebstore.google.com/detail/lix-b2b-scraper-email-fin/ceplokfhfeekddamgoaojabdhkggafnk |
설명 | B2B scraper and Email finder. Visit https://lix-it.com for instructions on use. |
파일 크기 | 896 KB |
설치 횟수 | 7,290 |
현재 버전 | 1.80.0 |
최근 업데이트 | 2024-01-21 |
출시 날짜 | 2020-09-10 |
평점 | 4.27/5 총 37 개의 평점 |
개발자 | https://lix-it.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://lix-it.com |
도움말 페이지 URL | https://help.lix-it.com |
개인정보 보호 정책 페이지 URL | https://lix-it.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lix - B2B Scraper, Email Finder & API", "short_name": "Lix", "description": "B2B scraper and Email finder. Visit https:\/\/lix-it.com for instructions on use.", "version": "1.80.0", "icons": { "16": "assets\/icons\/extension-blue-16.png", "32": "assets\/icons\/extension-blue-32.png", "48": "assets\/icons\/extension-blue-128.png", "128": "assets\/icons\/extension-blue-128.png" }, "author": "Lix", "homepage_url": "https:\/\/lix-it.com\/home", "applications": { "gecko": { "update_url": "https:\/\/lix-it.com\/extensions\/updates.json" } }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_title": "Lix it!" }, "content_security_policy": "script-src 'self' https:\/\/cdn4.mxpnl.com; object-src 'self'", "externally_connectable": { "matches": [ "*:\/\/*.lix-it.com\/*", "*:\/\/*.lix.com\/*", "*:\/\/*.lix.localhost\/*" ] }, "web_accessible_resources": [ "assets\/*" ], "permissions": [ "https:\/\/*.lix.com\/*", "https:\/\/*.lix.localhost\/*", "https:\/\/*.linkedin.com\/*", "http:\/\/*.linkedin.com\/*", "http:\/\/*.licdn.com\/*", "https:\/\/*.licdn.com\/*", "https:\/\/*.lix-it.com\/*", "https:\/\/*.mixpanel.com\/*", "tabs", "cookies", "notifications", "contextMenus" ], "-ms-preload": { "backgroundScript": "backgroundScriptsAPIBridge.js", "contentScript": "contentScriptsAPIBridge.js" } } |