zizozz
Zizozz- find email lists
zizozz là gì?
zizozz là một tiện ích mở rộng Chrome được phát triển bởi https://zizozz.com, và tính năng chính của nó là "Zizozz- find email lists".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng zizozz
Tải xuống các tệp mở rộng zizozz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | zizozz |
ID | oofglbdeiogopcnleojdjjhileidgdde |
URL Chính Thức | https://chromewebstore.google.com/detail/zizozz/oofglbdeiogopcnleojdjjhileidgdde |
Mô tả | Zizozz- find email lists |
Kích Thước Tệp | 159 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-08-27 |
Ngày Phát Hành | 2019-08-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://zizozz.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://zizozz.com |
URL Trang Trợ Giúp | http://zizozz.com |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |