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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        🌟 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"
            ]
        }
    ]
}