Vendoo Marketplace Lister

Connect to third party marketplaces

Vendoo Marketplace Listerとは何ですか?

Vendoo Marketplace Listerはhttp://vendoo.coによって開発されたChromeの拡張機能で、その主な機能は「Connect to third party marketplaces」です。

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

screenshot

Vendoo Marketplace Lister拡張機能のCRXファイルをダウンロード

Vendoo Marketplace Lister拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Go-To Crossposting Software for Resellers! 
Crosspost your items onto multiple marketplaces, manage your inventory and access powerful analytics to take your business to a whole new level.

Get started with your existing inventory: Import your listings from existing marketplaces or create your listings from scratch.

Crosspost your items to 9 marketplaces: Crosspost your inventory to Poshmark, Mercari, eBay, Facebook Marketplace, and more!

Delist & Relist items with just a few clicks: Refresh stale listings into new ones. With Vendoo, delist and relist your items in a matter of seconds with ONLY 2 clicks.

Remove sold listings with the click of a button: Did you sell an item that’s listed on multiple marketplaces? No problem, just mark your item as sold in Vendoo and our software will do the rest!

Improve your way of selling with Analytics: Access revenue and sales data to better understand your business and take actionable steps towards growing.

Get started for free today!

This extension allows Vendoo to access and communicate with your marketplaces.                    

拡張機能の基本情報

名前 Vendoo Marketplace Lister Vendoo Marketplace Lister
ID pookjkafopllbpneacklecbjmgbccile
公式URL https://chrome.google.com/webstore/detail/vendoo-marketplace-lister/pookjkafopllbpneacklecbjmgbccile
説明 Connect to third party marketplaces
ファイルサイズ 5.21 MB
インストール数 23,740
現在のバージョン 1.29.1
最終更新日 2023-05-20
公開日 2020-08-11
評価 4.14/5 合計 29 レビュー
開発者 http://vendoo.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://vendoo.co
ヘルプページのURL https://help.vendoo.co/en/
プライバシーポリシーページのURL https://www.vendoo.co/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vendoo Marketplace Lister",
    "version": "1.29.1",
    "description": "Connect to third party marketplaces",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "vendooWeb.js"
            ],
            "matches": [
                "*:\/\/web.vendoo.co\/*",
                "*:\/\/*.web.app\/*"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "poshmark.js"
            ],
            "matches": [
                "*:\/\/poshmark.com\/*"
            ]
        },
        {
            "js": [
                "mercari.js"
            ],
            "matches": [
                "*:\/\/www.mercari.com\/*"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "ebayBulksell.js"
            ],
            "matches": [
                "*:\/\/bulksell.ebay.com\/ws\/eBayISAPI.dll?SingleList&&DraftURL=*"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "bulkEdit.js"
            ],
            "matches": [
                "*:\/\/bulkedit.ebay.com\/*"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "ebayPicupload.js"
            ],
            "matches": [
                "*:\/\/www.picupload.ebay.com\/*"
            ]
        },
        {
            "js": [
                "ebayBulksellWindowContent.js"
            ],
            "matches": [
                "*:\/\/bulksell.ebay.com\/ws\/eBayISAPI.dll?SingleList&ReturnURL=*"
            ]
        },
        {
            "js": [
                "grailed.js"
            ],
            "matches": [
                "*:\/\/www.grailed.com\/*"
            ]
        },
        {
            "js": [
                "facebook.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*",
                "*:\/\/web.facebook.com\/*"
            ]
        },
        {
            "js": [
                "depop.js"
            ],
            "matches": [
                "*:\/\/www.depop.com\/*"
            ]
        },
        {
            "js": [
                "tradesy.js"
            ],
            "matches": [
                "*:\/\/www.tradesy.com\/*"
            ]
        },
        {
            "js": [
                "execPageScriptContent.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*",
                "*:\/\/web.facebook.com\/*",
                "*:\/\/www.mercari.com\/*",
                "*:\/\/www.kidizen.com\/*",
                "*:\/\/www.depop.com\/*",
                "*:\/\/*.tradesy.com\/*",
                "*:\/\/www.grailed.com\/*",
                "*:\/\/*.poshmark.com\/*",
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.myshopify.com\/*",
                "*:\/\/*.admin.shopify.com\/*",
                "*:\/\/*.vestiairecollective.com\/*",
                "*:\/\/www.ebay.com\/lstng?draftId=*&mode=AddItem",
                "*:\/\/*.facebook.com\/marketplace\/create\/item*"
            ]
        }
    ],
    "web_accessible_resources": [
        "poshmarkPage.js",
        "poshmarkPageV2.js",
        "mercariPage.js",
        "grailedPage.js",
        "facebookPage.js",
        "depopPage.js",
        "ebayBulksellPage.js",
        "tradesyPage.js",
        "execPageScriptHandler.js"
    ],
    "permissions": [
        "activeTab",
        "background",
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.vendoo.co\/*",
        "*:\/\/*.web.app\/*",
        "*:\/\/*.depop.com\/*",
        "*:\/\/*.kidizen.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.mercari.com\/*",
        "*:\/\/*.grailed.com\/*",
        "*:\/\/*.poshmark.com\/*",
        "*:\/\/*.tradesy.com\/*",
        "https:\/\/garage-pictures-0.s3.amazonaws.com\/*",
        "https:\/\/cdn1.identitymind.com\/dfp-wrapper\/*",
        "*:\/\/*.filepicker.io\/*",
        "*:\/\/*.s3.amazonaws.com\/*",
        "*:\/\/*.myshopify.com\/*",
        "*:\/\/*.admin.shopify.com\/*",
        "*:\/\/*.vestiairecollective.com\/*"
    ],
    "optional_permissions": [],
    "icons": {
        "16": "icons\/vendoo_16.png",
        "32": "icons\/vendoo_32.png",
        "48": "icons\/vendoo_48.png",
        "128": "icons\/vendoo_128.png"
    }
}