zizozz
Zizozz- find email lists
What is zizozz?
zizozz is a Chrome extension developed by https://zizozz.com, and its main feature is "Zizozz- find email lists".
Extension Screenshots
Download zizozz Extension CRX File
Download zizozz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | zizozz |
ID | oofglbdeiogopcnleojdjjhileidgdde |
Official URL | https://chromewebstore.google.com/detail/zizozz/oofglbdeiogopcnleojdjjhileidgdde |
Description | Zizozz- find email lists |
File Size | 159 KB |
Installation Count | 32 |
Current Version | 1.1 |
Last Updated | 2019-08-27 |
Publish Date | 2019-08-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://zizozz.com |
[email protected] | |
Payment Type | free |
Extension Website | http://zizozz.com |
Help Page URL | http://zizozz.com |
Supported Languages | 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'" } |