Leads downloader for Wix Marketplace

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

Τι είναι το Leads downloader for Wix Marketplace;

Το Leads downloader for Wix Marketplace είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://certifiedcode.us, και η κύρια λειτουργία του είναι "Download all your leads in one excel sheet. Easy & fast.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Leads downloader for Wix Marketplace

Λήψη αρχείων επέκτασης Leads downloader for Wix Marketplace σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Leads downloader for Wix Marketplace Leads downloader for Wix Marketplace
ID ghcalcanbhhoagpkgigmcjbkobdanflk
Επίσημο URL https://chromewebstore.google.com/detail/leads-downloader-for-wix/ghcalcanbhhoagpkgigmcjbkobdanflk
Περιγραφή Download all your leads in one excel sheet. Easy & fast.
Μέγεθος Αρχείου 61.05 KB
Αριθμός Εγκαταστάσεων 38
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2022-10-23
Ημερομηνία Δημοσίευσης 2022-05-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://certifiedcode.us
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://partners.certifiedcode.us/
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}