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
官方網址 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'"
}