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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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