Wiza - Find contact information at scale
Wiza.co | Prospect, Verify, Reach Out
Wat is Wiza - Find contact information at scale?
Wiza - Find contact information at scale is een Chrome-extensie ontwikkeld door https://wiza.co, en de belangrijkste functie is "Wiza.co | Prospect, Verify, Reach Out".
Extensie Screenshots
Download het CRX-bestand van de extensie Wiza - Find contact information at scale
Download Wiza - Find contact information at scale-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Wiza - Find contact information at scale |
ID | pjmlkdacmaejhkdcflncbpcpidkggoio |
Officiële URL | https://chromewebstore.google.com/detail/wiza-find-contact-informa/pjmlkdacmaejhkdcflncbpcpidkggoio |
Beschrijving | Wiza.co | Prospect, Verify, Reach Out |
Bestandsgrootte | 226 KB |
Aantal Installaties | 50,323 |
Huidige Versie | 0.3.7 |
Laatst Bijgewerkt | 2024-02-16 |
Publicatiedatum | 2020-06-22 |
Beoordeling | 4.56/5 Totaal 107 Beoordelingen |
Ontwikkelaar | https://wiza.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.wiza.co |
Help Pagina-URL | https://help.wiza.co |
URL van de Privacybeleid Pagina | https://wiza.co/privacy |
Ondersteunde Talen | 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\/*" ] } |