Wiza - Find contact information at scale

Wiza.co | Prospect, Verify, Reach Out

什么是Wiza - Find contact information at scale?

Wiza - Find contact information at scale是由https://wiza.co开发的Chrome扩展程序,该扩展的主要功能是“Wiza.co | Prospect, Verify, Reach Out”。

扩展截图

screenshot

下载Wiza - Find contact information at scale扩展crx文件

下载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\/*"
    ]
}