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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SwapPart และคุณลักษณะหลักของมันคือ "This extension solves a very frustrating problem by changing the My eBay link and once again making it point to the eBay Seller Hub…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My eBay Opens Seller Hub
ดาวน์โหลดไฟล์ส่วนขยาย My eBay Opens Seller Hub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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" ] } ] } |