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
Eメール [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\/*"
    ]
}