Emails Finder

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

Emails Finder क्या है?

Emails Finder http://emailsfinder.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Emails Finder allows you to find automatically email addresses on a web page."।

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

screenshot

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

crx प्रारूप में Emails Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://emailsfinder.app/guide
गोपनीयता नीति पृष्ठ URL 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'"
}