Wiza - Find contact information at scale
Wiza.co | Prospect, Verify, Reach Out
What is Wiza - Find contact information at scale?
Wiza - Find contact information at scale is a Chrome extension developed by https://wiza.co, and its main feature is "Wiza.co | Prospect, Verify, Reach Out".
Extension Screenshots
Download Wiza - Find contact information at scale Extension CRX File
Download Wiza - Find contact information at scale extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Wiza - Find contact information at scale |
ID | pjmlkdacmaejhkdcflncbpcpidkggoio |
Official URL | https://chromewebstore.google.com/detail/wiza-find-contact-informa/pjmlkdacmaejhkdcflncbpcpidkggoio |
Description | Wiza.co | Prospect, Verify, Reach Out |
File Size | 226 KB |
Installation Count | 50,323 |
Current Version | 0.3.7 |
Last Updated | 2024-02-16 |
Publish Date | 2020-06-22 |
Rating | 4.56/5 Total 107 Ratings |
Developer | https://wiza.co |
[email protected] | |
Payment Type | free |
Extension Website | https://www.wiza.co |
Help Page URL | https://help.wiza.co |
Privacy Policy Page URL | https://wiza.co/privacy |
Supported Languages | 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\/*" ] } |