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 क्या है?

Sku Grid - eBay Marketplace Repricer & Lister https://skugrid.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync CSVs between eBay and SkuGrid suite. Upload CSV from SG/SF to eBay to list or to update products. Download reports from eBay."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sku Grid - eBay Marketplace Repricer & Lister एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Sku Grid - eBay Marketplace Repricer & Lister Sku Grid - eBay Marketplace Repricer & Lister
ID elnfiicmkhlbjjnncehkaljbhbmgfnnp
आधिकारिक URL https://chromewebstore.google.com/detail/sku-grid-ebay-marketplace/elnfiicmkhlbjjnncehkaljbhbmgfnnp
विवरण Sync CSVs between eBay and SkuGrid suite. Upload CSV from SG/SF to eBay to list or to update products. Download reports from eBay.
फ़ाइल का आकार 1.93 MB
स्थापना संख्या 1,712
वर्तमान संस्करण 5.2.8
अंतिम अपडेट 2022-09-12
प्रकाशन तिथि 2020-07-03
रेटिंग 4.33/5 कुल 12 रेटिंग्स
डेवलपर https://skugrid.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://skugrid.com/web
सहायता पृष्ठ URL https://skugrid.freshdesk.com
गोपनीयता नीति पृष्ठ URL https://skugrid.com/web/privacy
समर्थित भाषाएँ 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"
    ]
}