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はhttps://certifiedcode.usによって開発されたChromeの拡張機能で、その主な機能は「Download all your leads in one excel sheet. Easy & fast.」です。

拡張機能のスクリーンショット

screenshot

Leads downloader for Wix Marketplace拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}