Email Extractor - Scrape Emails From Webpages

Extract emails from all web pages, export collected emails to CSV file and copy to clipboard

Email Extractor - Scrape Emails From Webpages क्या है?

Email Extractor - Scrape Emails From Webpages hubext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract emails from all web pages, export collected emails to CSV file and copy to clipboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Email Extractor - Scrape Emails From Webpages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tubro Email Extractor is a powerful email extraction extension for Chrome. 

Tubro Email Extractor automatically searches valid emails from the web page, you can copy paste particular emails you need or export all of them to a CSV file. 

Tubro Email Extractor extension find email addresses on pages you visit. Auto mode automates search for emails on urls.

Tubro Email Extractor easily extracts email addresses from pages as you visit them and auto saves them all.

This chrome app finds email addresses scraping and searching source code and no matter what you see on the front.
Features:
 * Extract emails from visited pages
 * Auto save all pages emails
 * Export collected emails to CSV file and copy to clipboard                    

एक्सटेंशन की मूल जानकारी

नाम Email Extractor - Scrape Emails From Webpages Email Extractor - Scrape Emails From Webpages
ID ojcbifibdafhihfnmeefbidmiballgfb
आधिकारिक URL https://chromewebstore.google.com/detail/email-extractor-scrape-em/ojcbifibdafhihfnmeefbidmiballgfb
विवरण Extract emails from all web pages, export collected emails to CSV file and copy to clipboard
फ़ाइल का आकार 1.29 MB
स्थापना संख्या 184
वर्तमान संस्करण 1.3
अंतिम अपडेट 2022-08-28
प्रकाशन तिथि 2022-08-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर hubext
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/e/2PACX-1vTsGSOw5sj_-E7ENvfOM1ThP9TwT-nA8Ar-NWUigltGThFvbP0GXLmRb-b-mfBn_7SkWJD-PjAFpEkf/pub
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Extractor - Scrape Emails From Webpages",
    "description": "Extract emails from all web pages, export collected emails to CSV file and copy to clipboard",
    "version": "1.3",
    "icons": {
        "16": "icons\/ic_16.png",
        "48": "icons\/ic_48.png",
        "128": "icons\/ic_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "background",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/ic_16.png",
        "default_title": "Email Extractor",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScripts.js"
            ],
            "css": [
                "css\/contentScripts.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}