eBay Enhancement Suite

Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.

eBay Enhancement Suiteคืออะไร?

eBay Enhancement Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LakinSoft และคุณลักษณะหลักของมันคือ "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eBay Enhancement Suite

ดาวน์โหลดไฟล์ส่วนขยาย eBay Enhancement Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Unofficial tweaks for eBay. Most notable are the addition of maps to product listings.

I recommend looking at the options page - there's screenshots and each tweak can be individually disabled.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ eBay Enhancement Suite eBay Enhancement Suite
ID hpjjahdkofhbimpjfmgnobenmgfciepj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj
คำอธิบาย Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
ขนาดไฟล์ 1.89 MB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 2.2.1
อัปเดตครั้งล่าสุด 2018-07-09
วันที่เผยแพร่ 2018-07-09
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา LakinSoft
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eBay Enhancement Suite",
    "version": "2.2.1",
    "description": "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "options_page": "src\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png",
            "512": "images\/icon512.png"
        }
    }
}