zizozz
Zizozz- find email lists
zizozzとは何ですか?
zizozzはhttps://zizozz.comによって開発されたChromeの拡張機能で、その主な機能は「Zizozz- find email lists」です。
拡張機能のスクリーンショット
zizozz拡張機能のCRXファイルをダウンロード
zizozz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | zizozz |
ID | oofglbdeiogopcnleojdjjhileidgdde |
公式URL | https://chromewebstore.google.com/detail/zizozz/oofglbdeiogopcnleojdjjhileidgdde |
説明 | Zizozz- find email lists |
ファイルサイズ | 159 KB |
インストール数 | 32 |
現在のバージョン | 1.1 |
最終更新日 | 2019-08-27 |
公開日 | 2019-08-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://zizozz.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://zizozz.com |
ヘルプページのURL | http://zizozz.com |
対応言語 | 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'" } |