zizozz
Zizozz- find email lists
Hvad er zizozz?
zizozz er en Chrome-udvidelse udviklet af https://zizozz.com, og dens hovedfunktion er "Zizozz- find email lists".
Udvidelsesskærmbilleder
Download zizozz-udvidelses-CRX-fil
Download zizozz-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | zizozz |
ID | oofglbdeiogopcnleojdjjhileidgdde |
Officiel URL | https://chromewebstore.google.com/detail/zizozz/oofglbdeiogopcnleojdjjhileidgdde |
Beskrivelse | Zizozz- find email lists |
Filstørrelse | 159 KB |
Antal Installationer | 32 |
Nuværende Version | 1.1 |
Senest Opdateret | 2019-08-27 |
Udgivelsesdato | 2019-08-27 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://zizozz.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://zizozz.com |
Hjælpeside-URL | http://zizozz.com |
Understøttede Sprog | 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'" } |