Mailmo - Email Finder for Linkedin
Find professional business emails directly on Linkedin
ما هو Mailmo - Email Finder for Linkedin؟
Mailmo - Email Finder for Linkedin هو إضافة Chrome تم تطويرها بواسطة https://mailmo.io، والميزة الرئيسية لها هي "Find professional business emails directly on Linkedin".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mailmo - Email Finder for Linkedin
قم بتنزيل ملفات الامتداد Mailmo - Email Finder for Linkedin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
GET 50 VERIFIED EMAILS EVERY MONTH WITH FREE ACCOUNT!
With just a single click, unveil business and personal emails, along with direct dial phone numbers, when available.
Easy to install and use, Mailmo integrates seamlessly with Linkedin. Navigate to a profile, click on the 'Find Email' button, and let our extension do the rest.
We find verified emails with 98%+ deliverability. Catch-all emails are always free!
Whether you are a sales representative identifying prospects, or a marketer building an list, our extension can streamline your process.
Join hundreds of satisfied users and elevate your Linkedin experience with Mailmo - your trusted email finder tool! معلومات أساسية عن التمديد
| الاسم | |
| ID | dngochbmnapgigpkokeeilhbigmghcgi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/mailmo-email-finder-for-l/dngochbmnapgigpkokeeilhbigmghcgi |
| الوصف | Find professional business emails directly on Linkedin |
| حجم الملف | 74.49 KB |
| عدد التثبيتات | 131 |
| النسخة الحالية | 1.0.5 |
| آخر تحديث | 2023-10-02 |
| تاريخ النشر | 2023-05-12 |
| المطور | https://mailmo.io |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://mailmo.io |
| عنوان صفحة سياسة الخصوصية | https://mailmo.io/privacy-policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Mailmo - Email Finder for Linkedin",
"version": "1.0.5",
"description": "Find professional business emails directly on Linkedin",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "images\/icon.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"images\/logo.png"
],
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"use_dynamic_url": false
}
]
} | |