Vendoo Extension v3

Connect to third party marketplaces

Vendoo Extension v3คืออะไร?

Vendoo Extension v3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vendoo, Inc. และคุณลักษณะหลักของมันคือ "Connect to third party marketplaces"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vendoo Extension v3

ดาวน์โหลดไฟล์ส่วนขยาย Vendoo Extension v3 ในรูปแบบ 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 Extension v3 Vendoo Extension v3
ID mnampbajndaipakjhcbbaihllmghlcdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vendoo-extension-v3/mnampbajndaipakjhcbbaihllmghlcdf
คำอธิบาย Connect to third party marketplaces
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2023-07-19
คะแนน 3.80/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Vendoo, Inc.
อีเมล [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 Extension v3",
    "version": "3.1.0",
    "description": "Connect to third party marketplaces",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/web.vendoo.co\/*",
            "https:\/\/internal-beta.vendoo.co\/*",
            "https:\/\/enterprise.vendoo.co\/*",
            "https:\/\/enterprise-internal-beta.vendoo.co\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "vendooWeb.js"
            ],
            "matches": [
                "*:\/\/web.vendoo.co\/*",
                "*:\/\/internal-beta.vendoo.co\/*",
                "*:\/\/enterprise.vendoo.co\/*",
                "*:\/\/enterprise-internal-beta.vendoo.co\/*"
            ]
        },
        {
            "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\/*",
                "*:\/\/*.vinted.co.uk\/*",
                "*:\/\/*.ebay.com\/lstng?draftId=*&mode=AddItem"
            ]
        },
        {
            "js": [
                "interceptRequest.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/patch.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\/*",
                "*:\/\/*.vinted.co.uk\/*",
                "*:\/\/web.vendoo.co\/*",
                "*:\/\/internal-beta.vendoo.co\/*",
                "*:\/\/enterprise.vendoo.co\/*",
                "*:\/\/enterprise-internal-beta.vendoo.co\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "background",
        "tabs",
        "cookies",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.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\/*",
        "*:\/\/*.vestiairecollective.com\/*",
        "*:\/\/*.vinted.co.uk\/*",
        "https:\/\/api.mapbox.com\/*",
        "*:\/\/*.s3-accelerate.amazonaws.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "corsRules.json"
            }
        ]
    },
    "optional_permissions": [],
    "icons": {
        "16": "icons\/vendoo_16.png",
        "32": "icons\/vendoo_32.png",
        "48": "icons\/vendoo_48.png",
        "128": "icons\/vendoo_128.png"
    }
}