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