Emails Finder

Emails Finder allows you to find automatically email addresses on a web page.

ما هو Emails Finder؟

Emails Finder هو إضافة Chrome تم تطويرها بواسطة http://emailsfinder.app، والميزة الرئيسية لها هي "Emails Finder allows you to find automatically email addresses on a web page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Emails Finder

قم بتنزيل ملفات الامتداد Emails Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Find email addresses from Linkedin profiles, Wordpress blogs or any websites.
This is an easy to use and super powerful email extractor for Google Chrome.


✓ Find any email, event obfuscated ones with formats like elon.musk (at) tesla.com !

✓ Automate email scraping with our Automation feature, allowing you to find email addresses from a list of URLs

✓ Export email addresses to Excel and text format                    

معلومات أساسية عن التمديد

الاسم Emails Finder Emails Finder
ID piacaofpicgbnaaaonfkibiiedfkeooa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/piacaofpicgbnaaaonfkibiiedfkeooa
الوصف Emails Finder allows you to find automatically email addresses on a web page.
حجم الملف 2.56 MB
عدد التثبيتات 47
النسخة الحالية 0.2.15
آخر تحديث 2020-07-27
تاريخ النشر 2020-07-27
تقييم 3.00/5 مجموع تقييمات 2
المطور http://emailsfinder.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://emailsfinder.app
عنوان صفحة المساعدة https://emailsfinder.app/guide
عنوان صفحة سياسة الخصوصية https://www.emailsfinder.app/terms
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "",
        "*:\/\/*\/*",
        "downloads",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.15",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}