zizozz
Zizozz- find email lists
Apa itu zizozz?
zizozz adalah ekstensi Chrome yang dikembangkan oleh https://zizozz.com, dan fitur utamanya adalah "Zizozz- find email lists".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi zizozz
Unduh file ekstensi zizozz dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | zizozz |
ID | oofglbdeiogopcnleojdjjhileidgdde |
URL Resmi | https://chromewebstore.google.com/detail/zizozz/oofglbdeiogopcnleojdjjhileidgdde |
Deskripsi | Zizozz- find email lists |
Ukuran File | 159 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-08-27 |
Tanggal Publikasi | 2019-08-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://zizozz.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://zizozz.com |
URL Halaman Bantuan | http://zizozz.com |
Bahasa yang Didukung | 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'" } |