Wiza - Find contact information at scale

Wiza.co | Prospect, Verify, Reach Out

Cos'è Wiza - Find contact information at scale?

Wiza - Find contact information at scale è un'estensione di Chrome sviluppata da https://wiza.co, e la sua funzione principale è "Wiza.co | Prospect, Verify, Reach Out".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wiza - Find contact information at scale

Scarica i file di estensione Wiza - Find contact information at scale in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Wiza - Find contact information at scale Wiza - Find contact information at scale
ID pjmlkdacmaejhkdcflncbpcpidkggoio
URL Ufficiale https://chromewebstore.google.com/detail/wiza-find-contact-informa/pjmlkdacmaejhkdcflncbpcpidkggoio
Descrizione Wiza.co | Prospect, Verify, Reach Out
Dimensione del File 226 KB
Conteggio Installazioni 50,323
Versione Corrente 0.3.7
Ultimo Aggiornamento 2024-02-16
Data di Pubblicazione 2020-06-22
Valutazione 4.56/5 Totale 107 Valutazioni
Sviluppatore https://wiza.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wiza.co
URL della Pagina di Aiuto https://help.wiza.co
URL della Pagina della Politica sulla Privacy https://wiza.co/privacy
Lingue Supportate 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\/*"
    ]
}