Leads downloader for Wix Marketplace

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

Wat is Leads downloader for Wix Marketplace?

Leads downloader for Wix Marketplace is een Chrome-extensie ontwikkeld door https://certifiedcode.us, en de belangrijkste functie is "Download all your leads in one excel sheet. Easy & fast.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Leads downloader for Wix Marketplace

Download Leads downloader for Wix Marketplace-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

                        🌟 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/                    

Basisinformatie over de Extensie

Naam Leads downloader for Wix Marketplace Leads downloader for Wix Marketplace
ID ghcalcanbhhoagpkgigmcjbkobdanflk
Officiële URL https://chromewebstore.google.com/detail/leads-downloader-for-wix/ghcalcanbhhoagpkgigmcjbkobdanflk
Beschrijving Download all your leads in one excel sheet. Easy & fast.
Bestandsgrootte 61.05 KB
Aantal Installaties 38
Huidige Versie 1.1
Laatst Bijgewerkt 2022-10-23
Publicatiedatum 2022-05-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://certifiedcode.us
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://partners.certifiedcode.us/
Ondersteunde Talen 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"
            ]
        }
    ]
}