URL Opener and EMAIL Extractor

"URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…

ما هو URL Opener and EMAIL Extractor؟

URL Opener and EMAIL Extractor هو إضافة Chrome تم تطويرها بواسطة https://efinder.top، والميزة الرئيسية لها هي ""URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة URL Opener and EMAIL Extractor

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

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

                        "URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media  information within web pages and can export the results as CSV files. Here's how to use it:

1 Click on the extension and enter the URLs.
2 Click "Confirm" to automatically open the specified URLs.
3 Press the Ctrl + Enter keyboard shortcut will automatically collect information such as Email, Social media links.(Use the slider to confirm if the page will automatically close after gathering information).
4 If there's no information you want to save in the opened page, press the ESC key to automatically close the current page.
5 Click “preview” to view the collected information.
6 Click "Download" to automatically download the saved information.


Version 1.1.2
Fix macOS keyboard shortcuts bug                    

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

الاسم URL Opener and EMAIL Extractor URL Opener and EMAIL Extractor
ID nledegbmhffdcenmgjlmljchkdofamho
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-opener-and-email-extr/nledegbmhffdcenmgjlmljchkdofamho
الوصف "URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…
حجم الملف 9.45 KB
عدد التثبيتات 446
النسخة الحالية 1.1.2
آخر تحديث 2023-08-28
تاريخ النشر 2023-04-01
تقييم 5.00/5 مجموع تقييمات 7
المطور https://efinder.top
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://efinder.top#FAQ
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Opener and EMAIL Extractor",
    "version": "1.1.2",
    "action": {
        "default_title": "URL Opener and EMAIL Extractor",
        "default_popup": "popup.html",
        "default_icon": "icon48.png"
    },
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}