ContactScraper

Extracts website URL, phone number and email address from the current tab and downloads as a CSV file

ما هو ContactScraper؟

ContactScraper هو إضافة Chrome تم تطويرها بواسطة Red Analytica، والميزة الرئيسية لها هي "Extracts website URL, phone number and email address from the current tab and downloads as a CSV file".

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

screenshot

تحميل ملف CRX للإضافة ContactScraper

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

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

                        Introducing the Web Contact Scraper, a user-friendly and efficient Chrome extension designed to help you seamlessly extract valuable contact information from websites. With just one click, you can gather email addresses and phone numbers, effectively streamlining your outreach and lead generation efforts.

Key Features:

Quick and Easy Extraction: Say goodbye to the tedious process of manually copying contact information from websites. Our Web Contact Scraper automatically scans the webpage's content and extracts email addresses and phone numbers in seconds.

Export to CSV: The extracted data is conveniently organized and exported into a CSV file, allowing you to easily access, view, and manage your collected information. Import the CSV file to your favorite CRM, email marketing tool, or spreadsheet application.

Accurate Results: Leveraging advanced regular expression patterns, our extension ensures a high level of accuracy in detecting and capturing contact information.

Capture Website URL: In addition to email and phone numbers, the Web Contact Scraper also includes the website's URL in the exported CSV file. This allows you to keep track of where the contact information was found, streamlining your follow-up process.

Lightweight and Unobtrusive: Our extension is designed to be fast and unobtrusive, ensuring a smooth browsing experience without any performance issues.

Whether you are a business owner, marketer, sales professional, or freelancer, the Web Contact Scraper is the perfect tool to simplify and enhance your online contact collection process. Download the extension today and revolutionize the way you gather contact information from websites!                    

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

الاسم ContactScraper ContactScraper
ID mohgjbkmkbjidjdihmogjfpdkkjeimge
عنوان URL الرسمي https://chromewebstore.google.com/detail/contactscraper/mohgjbkmkbjidjdihmogjfpdkkjeimge
الوصف Extracts website URL, phone number and email address from the current tab and downloads as a CSV file
حجم الملف 10.78 KB
عدد التثبيتات 29
النسخة الحالية 1.3
آخر تحديث 2023-04-09
تاريخ النشر 2023-03-28
تقييم 5.00/5 مجموع تقييمات 2
المطور Red Analytica
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ContactScraper",
    "version": "1.3",
    "description": "Extracts website URL, phone number and email address from the current tab and downloads as a CSV file",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scraper.js"
            ]
        }
    ]
}