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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |