Email Scraper

Convert any company names to its emails. Just highlight company name in page and get its email list.

什么是Email Scraper?

Email Scraper是由Zahra Jalilibaleh开发的Chrome扩展程序,该扩展的主要功能是“Convert any company names to its emails. Just highlight company name in page and get its email list.”。

扩展截图

screenshot
screenshot

下载Email Scraper扩展crx文件

下载Email Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you a B2B establishment? Have you made up your marketing strategy and plan? Are you benefiting from a reliable database of partners’ emails? If not, you may lose a lot of time and employee efficiency, as you certainly are aware of the long sales cycles B2Bs face. Mail-Scraper is here to facilitate your marketing procedure fast and secure. Today the modern world is on a non-stop fast train in which procrastination is not approved. Being armed with a trustable database of B2B email collection is a vital necessity. Therefore, Mail-Scraper email finder is exactly what you NEED!                    

扩展基本信息

名称 Email Scraper Email Scraper
ID knlofpaihedbdhnkkikajdfglpghmike
官方URL https://chrome.google.com/webstore/detail/email-scraper/knlofpaihedbdhnkkikajdfglpghmike
简介 Convert any company names to its emails. Just highlight company name in page and get its email list.
文件大小 5.54 MB
安装次数 161
当前版本 1.1.1
更新时间 2020-03-23
上架时间 2020-03-22
开发者 Zahra Jalilibaleh
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mail-scraper.com/
帮助页面URL https://mail-scraper.com/b2b-company-email-finder/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Scraper",
    "short_name": "CUF",
    "description": "Convert any company names to its emails. Just highlight company name in page and get its email list.",
    "version": "1.1.1",
    "author": "Zahra Jalilibaleh",
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Email Scraper",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "vendor\/jquery\/jquery-3.2.1.min.js",
            "js\/main.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "https:\/\/mail-scraper.com\/*",
        "activeTab",
        "storage"
    ]
}