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文件
下載Lix - B2B Scraper, Email Finder & API擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |