Leads downloader for Wix Marketplace

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

What is Leads downloader for Wix Marketplace?

Leads downloader for Wix Marketplace is a Chrome extension developed by https://certifiedcode.us, and its main feature is "Download all your leads in one excel sheet. Easy & fast.".

Extension Screenshots

screenshot

Download Leads downloader for Wix Marketplace Extension CRX File

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

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

Extension Basic Information

Name Leads downloader for Wix Marketplace Leads downloader for Wix Marketplace
ID ghcalcanbhhoagpkgigmcjbkobdanflk
Official URL https://chromewebstore.google.com/detail/leads-downloader-for-wix/ghcalcanbhhoagpkgigmcjbkobdanflk
Description Download all your leads in one excel sheet. Easy & fast.
File Size 61.05 KB
Installation Count 38
Current Version 1.1
Last Updated 2022-10-23
Publish Date 2022-05-18
Rating 5.00/5 Total 1 Ratings
Developer https://certifiedcode.us
Email [email protected]
Payment Type free
Extension Website https://partners.certifiedcode.us/
Supported Languages 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"
            ]
        }
    ]
}