zizozz

Zizozz- find email lists

zizozzคืออะไร?

zizozz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zizozz.com และคุณลักษณะหลักของมันคือ "Zizozz- find email lists"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย zizozz

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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'"
}