Leadrover.app Email Finder
Email finder Linkedin
Leadrover.app Email Finderとは何ですか?
Leadrover.app Email FinderはiTech2323によって開発されたChromeの拡張機能で、その主な機能は「Email finder Linkedin」です。
拡張機能のスクリーンショット
Leadrover.app Email Finder拡張機能のCRXファイルをダウンロード
Leadrover.app Email Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Leadrover.app Generate more valid emails in 1 click. Turn any LinkedIn Sales Navigator search into a clean list of verified emails ready for your outreach campaign or lead generation. Leadrover is a free Linkedin email finder which allows you find and business emails in Linkedin profiles for free, just one click to find an email address on any Linkedin account and just one click to find an email address in the Linkedin search results. Just craft your own Linkedin Sales Navigator Search, Click the "Find and Save" button, and you're done! Give Leadrover a try for FREE! Learn more at leadrover.app
拡張機能の基本情報
名前 | |
ID | iiphjoaccfpllfddajfmifkppgkcadoo |
公式URL | https://chrome.google.com/webstore/detail/leadroverapp-email-finder/iiphjoaccfpllfddajfmifkppgkcadoo |
説明 | Email finder Linkedin |
ファイルサイズ | 67.54 KB |
インストール数 | 158 |
現在のバージョン | 0.3 |
最終更新日 | 2020-03-12 |
公開日 | 2020-03-12 |
開発者 | iTech2323 |
支払い方法 | free |
拡張機能のウェブサイト | https://leadrover.app |
ヘルプページのURL | https://leadrover.app |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Leadrover.app Email Finder", "version": "0.3", "description": "Email finder Linkedin", "permissions": [ "storage", "declarativeContent", "activeTab", "cookies", "https:\/\/*.leadrover.app\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/*.leadrover.app\/*" ] }, "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/media.licdn.com https:\/\/fonts.googleapis.com; object-src 'self'", "manifest_version": 2 } |