Etools

Etools lets you find the contact emails of any website or company in one click.

Etools क्या है?

Etools http://etools.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Etools lets you find the contact emails of any website or company in one click."।

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

screenshot
screenshot

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

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

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

                        Find the contact details behind any website in 1 click.

Using Etools, you can find the best contact emails of any domain in a matter of seconds. The tool looks in different sources, such as Whois, social profiles, scraping, and more in order to find all the valid contact details of the website.

In addition to the main email finder tools which finds the domain owner (or staff) details, you'll be able to reveal:

- Similar websites
- Other websites that are owned by the same person
- Website traffic info
- SEO details

This tool can be used by email outreach experts who are looking to cold email and pitch relevant prospects. Whether you're looking to find the company email or the owner of a domain for outbound prospecting, you'll be able to use Etools to find the best contact details in seconds.                    

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

नाम Etools Etools
ID iokdpcceimidalbgbiheoodmaimbpigi
आधिकारिक URL https://chrome.google.com/webstore/detail/etools/iokdpcceimidalbgbiheoodmaimbpigi
विवरण Etools lets you find the contact emails of any website or company in one click.
फ़ाइल का आकार 218 KB
स्थापना संख्या 659
वर्तमान संस्करण 2.4.4
अंतिम अपडेट 2017-12-07
प्रकाशन तिथि 2017-12-07
रेटिंग 4.83/5 कुल 29 रेटिंग्स
डेवलपर http://etools.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://etools.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Etools",
    "short_name": "Etools",
    "description": "Etools lets you find the contact emails of any website or company in one click.",
    "version": "2.4.4",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "fonts\/*",
        "gmail\/img\/*",
        "gmail\/content.css",
        "lib\/tipso.min.css",
        "inpagePopupFrame.html"
    ],
    "browser_action": {
        "default_icon": {
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/etools.io\/*",
        "https:\/\/www.etools.io\/*",
        "https:\/\/app.etools.io\/*",
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.etools.io\/*"
        ]
    },
    "optional_permissions": [
        "https:\/\/mail.google.com\/*"
    ]
}