ExportYourStore

Export and sync your stores to the largest online marketplaces

ExportYourStoreคืออะไร?

ExportYourStore เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.exportyourstore.com และคุณลักษณะหลักของมันคือ "Export and sync your stores to the largest online marketplaces"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ExportYourStore ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Export and sync your stores and products to the largest online marketplaces with the most simple, advanced ready-to-go automation.

🛒 Select Your Source Store
Choose your favorite store to be your command center, where you’ll manage all your products and inventory. Any changes you make here – will update all your connected stores.

🚀 Grow Your Sales
you'll spend less time managing inventory and publishing listings, and more time making sales.

✏️ Fully Customized
Customize your product data and ensure that product syncing from your source store to your linked store happens exactly the way you want.

⚙ Advanced Automations
Use custom rules and automations to manage your listings and product attributes across multiple selling channels.

📋 Manage Inventory and Prevent overselling
As soon as an order comes in, ExportYourStore automatically adjusts and syncs inventory across all platforms, so you never accidentally sell items that are no longer available.

📌 Set It and Forget It
After a quick one-time setup, your products will be exported and synced to all your favorite marketplaces.

Get started for free today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ExportYourStore ExportYourStore
ID dlddmafbfnlfgpghhkafpoadmjabaadh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exportyourstore/dlddmafbfnlfgpghhkafpoadmjabaadh
คำอธิบาย Export and sync your stores to the largest online marketplaces
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 1,362
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2021-10-06
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.exportyourstore.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.exportyourstore.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ExportYourStore",
    "version": "1.1.0",
    "description": "Export and sync your stores to the largest online marketplaces",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/import-index.js"
            ],
            "matches": [
                "*:\/\/*.mercari.com\/*",
                "*:\/\/*.depop.com\/*",
                "*:\/\/poshmark.com\/*",
                "*:\/\/poshmark.ca\/*",
                "*:\/\/poshmark.co.uk\/*",
                "*:\/\/poshmark.com.au\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "interface\/pages\/popup\/index.html"
    },
    "icons": {
        "16": "interface\/assets\/icons\/eys16.png",
        "48": "interface\/assets\/icons\/eys48.png",
        "128": "interface\/assets\/icons\/eys128.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.threecolts.com\/*",
        "*:\/\/*.exportyourstore.com\/*",
        "*:\/\/*.devfront2020.azurewebsites.net\/*",
        "*:\/\/*.mercari.com\/*",
        "*:\/\/*.depop.com\/*",
        "*:\/\/*.poshmark.com\/*",
        "*:\/\/*.poshmark.ca\/*",
        "*:\/\/*.poshmark.co.uk\/*",
        "*:\/\/*.poshmark.com.au\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "scripts\/index.js"
            ],
            "matches": [
                "*:\/\/*.mercari.com\/*",
                "*:\/\/www.depop.com\/*",
                "*:\/\/poshmark.com\/*",
                "*:\/\/poshmark.ca\/*",
                "*:\/\/poshmark.co.uk\/*",
                "*:\/\/poshmark.com.au\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "scripts\/index.js"
            ],
            "matches": [
                "*:\/\/*.mercari.com\/*",
                "*:\/\/*.depop.com\/*",
                "*:\/\/poshmark.com\/*",
                "*:\/\/poshmark.ca\/*",
                "*:\/\/poshmark.co.uk\/*",
                "*:\/\/poshmark.com.au\/*",
                "*:\/\/*.threecolts.com\/*",
                "*:\/\/*.exportyourstore.com\/*",
                "*:\/\/*.devfront2020.azurewebsites.net\/*",
                "*:\/\/*.poshmark.com\/*",
                "*:\/\/*.poshmark.ca\/*",
                "*:\/\/*.poshmark.co.uk\/*",
                "*:\/\/*.poshmark.com.au\/*"
            ]
        }
    ]
}