Email Auto Extractor

Extract, automatically all email in a web page

ما هو Email Auto Extractor؟

Email Auto Extractor هو إضافة Chrome تم تطويرها بواسطة Nicolas Grillet، والميزة الرئيسية لها هي "Extract, automatically all email in a web page".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Email Auto Extractor

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

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

                        Auto extract all email adresses in a web page.

You just have to go on a webpage that contains email adresses and the extension show you how many email adresses it find, and then click on the logo to copy all email adresses.                    

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

الاسم Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
عنوان URL الرسمي https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
الوصف Extract, automatically all email in a web page
حجم الملف 186 KB
عدد التثبيتات 996
النسخة الحالية 0.2.0
آخر تحديث 2018-06-12
تاريخ النشر 2018-06-12
تقييم 3.47/5 مجموع تقييمات 57
المطور Nicolas Grillet
البريد الإلكتروني [email protected]
نوع الدفع in_store
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Email Extraction !"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Extract, automatically all email in a web page",
    "homepage_url": "http:\/\/www.erreurs404.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "256": "icons\/icon256.png",
        "48": "icons\/icon48.png"
    },
    "short_name": "Email Extractor",
    "manifest_version": 2,
    "name": "Email Auto Extractor",
    "offline_enabled": true,
    "permissions": [
        "chrome:\/\/favicon\/",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "storage",
        "activeTab"
    ],
    "version": "0.2.0"
}