Sku Grid - eBay Marketplace Repricer & Lister

Sync CSVs between eBay and SkuGrid suite. Upload CSV from SG/SF to eBay to list or to update products. Download reports from eBay.

Sku Grid - eBay Marketplace Repricer & Lister là gì?

Sku Grid - eBay Marketplace Repricer & Lister là một tiện ích mở rộng Chrome được phát triển bởi https://skugrid.com, và tính năng chính của nó là "Sync CSVs between eBay and SkuGrid suite. Upload CSV from SG/SF to eBay to list or to update products. Download reports from eBay.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sku Grid - eBay Marketplace Repricer & Lister

Tải xuống các tệp mở rộng Sku Grid - eBay Marketplace Repricer & Lister 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

                        The eBay Marketplace Repricer & Lister Chrome Extension can be used to send data from Sku Grid and Sku Fetch so that you will be able to list, track and reprice your items on eBay using eBay's Seller Hub without having to manually upload the files.

This extension will also allow you to import your existing items into Sku Grid.

The extension can now keep your eBay session active, so you don't have to worry about getting timed out of eBay.

Get started with the Seller Hub Sync chrome extension today! Automate your eBay business without the use of API.                    

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

Tên Sku Grid - eBay Marketplace Repricer & Lister Sku Grid - eBay Marketplace Repricer & Lister
ID elnfiicmkhlbjjnncehkaljbhbmgfnnp
URL Chính Thức https://chromewebstore.google.com/detail/sku-grid-ebay-marketplace/elnfiicmkhlbjjnncehkaljbhbmgfnnp
Mô tả Sync CSVs between eBay and SkuGrid suite. Upload CSV from SG/SF to eBay to list or to update products. Download reports from eBay.
Kích Thước Tệp 1.93 MB
Số Lần Cài Đặt 1,712
Phiên Bản Hiện Tại 5.2.8
Cập Nhật Lần Cuối 2022-09-12
Ngày Phát Hành 2020-07-03
Đánh Giá 4.33/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://skugrid.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://skugrid.com/web
URL Trang Trợ Giúp https://skugrid.freshdesk.com
URL Trang Chính Sách Bảo Mật https://skugrid.com/web/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sku Grid - eBay Marketplace Repricer & Lister",
    "version": "5.2.8",
    "minimum_chrome_version": "101.0.4951.64",
    "description": "Sync CSVs between eBay and SkuGrid suite. Upload CSV from SG\/SF to eBay to list or to update products. Download reports from eBay.",
    "icons": {
        "16": "img\/sg_logo_16.png",
        "32": "img\/sg_logo_32.png",
        "48": "img\/sg_logo_48.png",
        "64": "img\/sg_logo_64.png",
        "128": "img\/sg_logo_128.png"
    },
    "host_permissions": [
        "https:\/\/ebay.com\/*\/*",
        "https:\/\/www.ebay.com\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": ".\/rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ebay.com\/*\/*",
                "https:\/\/ebay.com\/*\/*",
                "https:\/\/signin.ebay.com\/*\/*",
                "https:\/\/www.signin.ebay.com\/*\/*"
            ],
            "js": [
                "js\/inject.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "action": {
        "default_title": "Sku Grid."
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "tabs",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ]
}