zizozz

Zizozz- find email lists

Wat is zizozz?

zizozz is een Chrome-extensie ontwikkeld door https://zizozz.com, en de belangrijkste functie is "Zizozz- find email lists".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie zizozz

Download zizozz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam zizozz zizozz
ID oofglbdeiogopcnleojdjjhileidgdde
Officiële URL https://chromewebstore.google.com/detail/zizozz/oofglbdeiogopcnleojdjjhileidgdde
Beschrijving Zizozz- find email lists
Bestandsgrootte 159 KB
Aantal Installaties 32
Huidige Versie 1.1
Laatst Bijgewerkt 2019-08-27
Publicatiedatum 2019-08-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://zizozz.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://zizozz.com
Help Pagina-URL http://zizozz.com
Ondersteunde Talen 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'"
}