Wiza - Find contact information at scale

Wiza.co | Prospect, Verify, Reach Out

Wiza - Find contact information at scaleคืออะไร?

Wiza - Find contact information at scale เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wiza.co และคุณลักษณะหลักของมันคือ "Wiza.co | Prospect, Verify, Reach Out"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wiza - Find contact information at scale

ดาวน์โหลดไฟล์ส่วนขยาย Wiza - Find contact information at scale ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Generate 100’s of valid emails and phone numbers with Wiza. Gone are the days of bounced emails, copy and paste, and jumping between tools.

Trusted by over 30,000 businesses to supercharge their prospecting.

Give Wiza a try for free today!

Learn more at www.wiza.co                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wiza - Find contact information at scale Wiza - Find contact information at scale
ID pjmlkdacmaejhkdcflncbpcpidkggoio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wiza-find-contact-informa/pjmlkdacmaejhkdcflncbpcpidkggoio
คำอธิบาย Wiza.co | Prospect, Verify, Reach Out
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 50,323
เวอร์ชันปัจจุบัน 0.3.7
อัปเดตครั้งล่าสุด 2024-02-16
วันที่เผยแพร่ 2020-06-22
คะแนน 4.56/5 รวมทั้งหมด 107 คะแนน
ผู้พัฒนา https://wiza.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.wiza.co
URL หน้าช่วยเหลือ https://help.wiza.co
URL หน้านโยบายความเป็นส่วนตัว https://wiza.co/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wiza - Find contact information at scale",
    "version": "0.3.7",
    "description": "Wiza.co | Prospect, Verify, Reach Out",
    "homepage_url": "https:\/\/wiza.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "tabs",
        "scripting"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/controller.ts-loader.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "match_origin_as_fallback": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/style.css",
                "assets\/utils-8bface36.js",
                "assets\/controller.ts-7dbad7ef.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "post_redirect.html"
            ],
            "use_dynamic_url": false
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ]
}