Leads downloader for Wix Marketplace

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

Leads downloader for Wix Marketplace là gì?

Leads downloader for Wix Marketplace là một tiện ích mở rộng Chrome được phát triển bởi https://certifiedcode.us, và tính năng chính của nó là "Download all your leads in one excel sheet. Easy & fast.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Leads downloader for Wix Marketplace

Tải xuống các tệp mở rộng Leads downloader for Wix Marketplace dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Leads downloader for Wix Marketplace Leads downloader for Wix Marketplace
ID ghcalcanbhhoagpkgigmcjbkobdanflk
URL Chính Thức https://chromewebstore.google.com/detail/leads-downloader-for-wix/ghcalcanbhhoagpkgigmcjbkobdanflk
Mô tả Download all your leads in one excel sheet. Easy & fast.
Kích Thước Tệp 61.05 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-10-23
Ngày Phát Hành 2022-05-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://certifiedcode.us
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://partners.certifiedcode.us/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}