Easy eBay Search
Search for eBay listings with 1 easy click
Easy eBay Searchคืออะไร?
Easy eBay Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ebaysellingguide.com และคุณลักษณะหลักของมันคือ "Search for eBay listings with 1 easy click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy eBay Search
ดาวน์โหลดไฟล์ส่วนขยาย Easy eBay Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easy eBay Search allows you to search for an eBay listing with just 1 click. It's Easy! Step 1: Highlight the text you want to search for Step 2: Right Click the highlighted text Step 3. Click on "Search eBay Now" That's it! This extension is free with no signups, software redirects or fees. I designed this app because as an eBay seller, I am constantly researching products and searching listings from liquidation manifests. Why not make it simpler with one click? If you have comments or feedback, please visit us at: https://ebaysellingguide.com Facebook: https://www.facebook.com/ebaysellingguide/ Facebook Group: https://www.facebook.com/groups/ebaysellingguide/ Twitter: https://twitter.com/ebaysellingguid Email: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lfdoicmlngjlnfmglcglidjgdcalldpg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/easy-ebay-search/lfdoicmlngjlnfmglcglidjgdcalldpg |
คำอธิบาย | Search for eBay listings with 1 easy click |
ขนาดไฟล์ | 13.5 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 1.0.0.1 |
อัปเดตครั้งล่าสุด | 2018-01-12 |
วันที่เผยแพร่ | 2018-01-12 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://ebaysellingguide.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://ebaysellingguide.com |
URL หน้านโยบายความเป็นส่วนตัว | https://onlineresellerlab.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy eBay Search", "description": "Search for eBay listings with 1 easy click", "version": "1.0.0.1", "browser_action": { "default_icon": "icon-19.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |