zizozz
Zizozz- find email lists
Was ist zizozz?
zizozz ist eine Chrome-Erweiterung, die von https://zizozz.com entwickelt wurde, und ihr Hauptmerkmal ist "Zizozz- find email lists".
Erweiterungsscreenshots
zizozz-Erweiterungs-CRX-Datei herunterladen
Laden Sie zizozz-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | zizozz |
ID | oofglbdeiogopcnleojdjjhileidgdde |
Offizielle URL | https://chromewebstore.google.com/detail/zizozz/oofglbdeiogopcnleojdjjhileidgdde |
Beschreibung | Zizozz- find email lists |
Dateigröße | 159 KB |
Installationsanzahl | 32 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-08-27 |
Veröffentlichungsdatum | 2019-08-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://zizozz.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://zizozz.com |
Hilfeseite URL | http://zizozz.com |
Unterstützte Sprachen | 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'" } |