Email Finder - LeadLeaper
Leads email finder for business email addresses
ما هو Email Finder - LeadLeaper؟
Email Finder - LeadLeaper هو إضافة Chrome تم تطويرها بواسطة https://leadleaper.com، والميزة الرئيسية لها هي "Leads email finder for business email addresses".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Email Finder - LeadLeaper
قم بتنزيل ملفات الامتداد Email Finder - LeadLeaper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
LeadLeaper email finder finds emails for lead profiles
LeadLeaper email finder finds emails for lead search results
Customers include IBM, HP, Amazon, Salesforce and 1000s more
LeadLeaper does NOT copy your professional or social connections
LeadLeaper does NOT copy or scrape emails from LinkedIn
LeadLeaper email finder is lightweight at less than 130KiB
Includes affordable leads email engagement automation
More Leads ➔ More Engagements ➔ More Revenue
Have Questions?
➔ Discover more at: https://leadleaper.com
➔ Contact our team anytime at: [email protected]
➔ View our FAQ's at: https://leadleaper.com/leadleaper-faq.html
➔ View our privacy policy at: https://leadleaper.com/privacy.html
Creating a Free LeadLeaper Account:
After adding the LeadLeaper extension, you will be asked to create a free LeadLeaper account by either "Signing In" employing your Google account (in which case Google manages your login including your password) or by creating a LeadLeaper login which includes providing a name (any name will do), a valid email address and a password معلومات أساسية عن التمديد
| الاسم | |
| ID | iojojcfflmfcejodomoafimdiianbgfe |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/email-finder-leadleaper/iojojcfflmfcejodomoafimdiianbgfe |
| الوصف | Leads email finder for business email addresses |
| حجم الملف | 119 KB |
| عدد التثبيتات | 116,835 |
| النسخة الحالية | 7.1.20 |
| آخر تحديث | 2023-03-18 |
| تاريخ النشر | 2020-07-16 |
| تقييم | 4.92/5 مجموع تقييمات 722 |
| المطور | https://leadleaper.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://leadleaper.com |
| عنوان صفحة سياسة الخصوصية | https://leadleaper.com/privacy.html |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "7.1.20",
"short_name": "LeadLeaper",
"name": "Email Finder - LeadLeaper",
"description": "Leads email finder for business email addresses",
"action": {
"default_icon": {
"16": "imgs\/icon16.png",
"19": "imgs\/icon19.png",
"32": "imgs\/icon32.png",
"48": "imgs\/icon48.png",
"128": "imgs\/icon128.png"
},
"default_title": "LeadLeaper Email Finder",
"default_popup": "lead.html"
},
"background": {
"service_worker": "lbg.js"
},
"externally_connectable": {
"matches": [
"*:\/\/leadleaper.com\/*",
"*:\/\/aws.leadleaper.net\/*"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"js": [
"js\/jquery-3.5.1.min.js",
"js\/lcss.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"js": [
"js\/jquery-3.5.1.min.js",
"js\/lcs.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [
"tabs",
"alarms",
"storage",
"background",
"notifications"
],
"host_permissions": [
"*:\/\/*.leadleaper.net\/*"
],
"icons": {
"16": "imgs\/icon16.png",
"19": "imgs\/icon19.png",
"32": "imgs\/icon32.png",
"48": "imgs\/icon48.png",
"128": "imgs\/icon128.png"
}
} | |