Email Auto Extractor

Extract, automatically all email in a web page

Email Auto Extractor क्या है?

Email Auto Extractor Nicolas Grillet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract, automatically all email in a web page"।

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

screenshot
screenshot

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

crx प्रारूप में Email Auto Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}