Etools

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

Etoolsとは何ですか?

Etoolsはhttp://etools.ioによって開発されたChromeの拡張機能で、その主な機能は「Etools lets you find the contact emails of any website or company in one click.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Etools拡張機能のCRXファイルをダウンロード

Etools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/*"
    ]
}