My eBay Opens Seller Hub
This extension solves a very frustrating problem by changing the My eBay link and once again making it point to the eBay Seller Hub…
My eBay Opens Seller Hub란 무엇입니까?
My eBay Opens Seller Hub은(는) SwapPart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension solves a very frustrating problem by changing the My eBay link and once again making it point to the eBay Seller Hub…"입니다.
확장 프로그램 스크린샷
My eBay Opens Seller Hub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension solves a very frustrating problem by changing the My eBay link and once again making it point to the eBay Seller Hub Overview. Works on eBay.com and international eBay sites. Changes: 7/31/20: Fixed bug causing error on pages which don't feature My eBay link. 8/15/20: Added support for most international eBay sites. 8/25/20: Added support for ebay.cn, ebay.com.hk, and ebay.com.tw. 3/18/21: Restored functionality after eBay made changes to site. 12/4/22: Updated to manifest v3.
확장 프로그램 기본 정보
이름 | My eBay Opens Seller Hub |
ID | ahknnnjcokpbkbbcpaakmendcnaacelf |
공식 URL | https://chromewebstore.google.com/detail/my-ebay-opens-seller-hub/ahknnnjcokpbkbbcpaakmendcnaacelf |
설명 | This extension solves a very frustrating problem by changing the My eBay link and once again making it point to the eBay Seller Hub… |
파일 크기 | 362 KB |
설치 횟수 | 226 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2022-12-06 |
출시 날짜 | 2020-07-31 |
개발자 | SwapPart |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "My eBay Opens Seller Hub", "version": "1.2.0", "icons": { "16": "icon_16px.png", "48": "icon_48px.png", "128": "icon_128px.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.com.au\/*", "https:\/\/*.ebay.at\/*", "https:\/\/*.ebay.be\/*", "https:\/\/*.ebay.ca\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.ie\/*", "https:\/\/*.ebay.it\/*", "https:\/\/*.ebay.com.my\/*", "https:\/\/*.ebay.nl\/*", "https:\/\/*.ebay.ph\/*", "https:\/\/*.ebay.pl\/*", "https:\/\/*.ebay.com.sg\/*", "https:\/\/*.ebay.es\/*", "https:\/\/*.ebay.ch\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.com.hk\/*", "https:\/\/*.ebay.com.tw\/*", "https:\/\/*.ebay.cn\/*" ], "js": [ "content.js" ] } ] } |