zizozz

Zizozz- find email lists

什么是zizozz?

zizozz是由https://zizozz.com开发的Chrome扩展程序,该扩展的主要功能是“Zizozz- find email lists”。

扩展截图

screenshot
screenshot

下载zizozz扩展crx文件

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

扩展使用说明

                        Zizozz is the leading solution to find and bulk email list addresses. Start using Zizozz and connect with the people that matter for your business.

Zizozz features:

1. search lists of leads everywhere
2. save lists by names
3. download lists of leads
4. bulk search of leads                    

扩展基本信息

名称 zizozz zizozz
ID oofglbdeiogopcnleojdjjhileidgdde
官方URL https://chromewebstore.google.com/detail/zizozz/oofglbdeiogopcnleojdjjhileidgdde
简介 Zizozz- find email lists
文件大小 159 KB
安装次数 32
当前版本 1.1
更新时间 2019-08-27
上架时间 2019-08-27
评分 5.00/5 共1次评分
开发者 https://zizozz.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://zizozz.com
帮助页面URL http://zizozz.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "zizozz",
    "permissions": [
        "http:\/\/localhost:3000\/",
        "https:\/\/zizozz.com\/",
        "storage"
    ],
    "description": "Zizozz- find email lists",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "css": [
                "public.css"
            ],
            "js": [
                "jquery.js",
                "assets\/jqueryui.js",
                "app.js",
                "mainpopup.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:3000; object-src 'self'"
}