Leads downloader for Wix Marketplace

Download all your leads in one excel sheet. Easy & fast.

Cos'è Leads downloader for Wix Marketplace?

Leads downloader for Wix Marketplace è un'estensione di Chrome sviluppata da https://certifiedcode.us, e la sua funzione principale è "Download all your leads in one excel sheet. Easy & fast.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Leads downloader for Wix Marketplace

Scarica i file di estensione Leads downloader for Wix Marketplace 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

                        🌟 New Feature: Mark as Contacted in bulk!

This extension helps Wix Partners to download all leads from Wix directly into a single excel sheet.

Learn more at https://www.partners.theflows.app/                    

Informazioni di Base sull'Estensione

Nome Leads downloader for Wix Marketplace Leads downloader for Wix Marketplace
ID ghcalcanbhhoagpkgigmcjbkobdanflk
URL Ufficiale https://chromewebstore.google.com/detail/leads-downloader-for-wix/ghcalcanbhhoagpkgigmcjbkobdanflk
Descrizione Download all your leads in one excel sheet. Easy & fast.
Dimensione del File 61.05 KB
Conteggio Installazioni 38
Versione Corrente 1.1
Ultimo Aggiornamento 2022-10-23
Data di Pubblicazione 2022-05-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://certifiedcode.us
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://partners.certifiedcode.us/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leads downloader for Wix Marketplace",
    "description": "Download all your leads in one excel sheet. Easy & fast.",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "320": "\/src\/assets\/icon_320px.png"
    },
    "action": {
        "default_icon": {
            "16": "\/src\/assets\/icon_320px.png",
            "32": "\/src\/assets\/icon_320px.png"
        }
    },
    "permissions": [
        "webRequest",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}