zizozz
Zizozz- find email lists
Vad är zizozz?
zizozz är en Chrome-tillägg utvecklad av https://zizozz.com, och dess huvudfunktion är "Zizozz- find email lists".
Tilläggsskärmbilder
Ladda ner zizozz-förlängningens CRX-fil
Ladda ner zizozz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | zizozz |
ID | oofglbdeiogopcnleojdjjhileidgdde |
Officiell webbadress | https://chromewebstore.google.com/detail/zizozz/oofglbdeiogopcnleojdjjhileidgdde |
Beskrivning | Zizozz- find email lists |
Filstorlek | 159 KB |
Antal Installationer | 32 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-08-27 |
Publiceringsdatum | 2019-08-27 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://zizozz.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://zizozz.com |
Hjälpsida URL | http://zizozz.com |
Stödda Språk | 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'" } |