Ebay Best Offer Accepted Price - HostPlugin

This simple yet useful Google Extension helps you find the Ebay Best Offer Accepted Price with just one click.

Ebay Best Offer Accepted Price - HostPluginคืออะไร?

Ebay Best Offer Accepted Price - HostPlugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hostplugin.com และคุณลักษณะหลักของมันคือ "This simple yet useful Google Extension helps you find the Ebay Best Offer Accepted Price with just one click."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ebay Best Offer Accepted Price - HostPlugin

ดาวน์โหลดไฟล์ส่วนขยาย Ebay Best Offer Accepted Price - HostPlugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This simple yet useful Google Extension helps you find the Ebay Best Offer Accepted Price with just one click.
(For those who don't have Chrome Desktop version you can use the mobile version at: https://tools.sportscard.trade )

What's new in v1.9.1:
Fixed bug

What's new in v1.8:
Fixed minor bugs

What's new in v1.7:
Fixed bug

What's new in v1.6:
Disabled ebay redirection when you click on sold listings links

What's new in v1.5:
- Added code to accommodate ebay's new interface

What's new in v1.4:
- minor bug fixes
- Now it works on both ebay.com & ebay.ca

What's new in v1.2:
- Added "Find Accepted Price" link to ebay description page
- Added code to accommodate ebay changes

Credit: Text Effect Mockup provided by MediaLoot.com                    

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

ชื่อ Ebay Best Offer Accepted Price - HostPlugin Ebay Best Offer Accepted Price - HostPlugin
ID mddafhhmkeabekfjmijhjhbffklegfjo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ebay-best-offer-accepted/mddafhhmkeabekfjmijhjhbffklegfjo
คำอธิบาย This simple yet useful Google Extension helps you find the Ebay Best Offer Accepted Price with just one click.
ขนาดไฟล์ 53.03 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.9.1
อัปเดตครั้งล่าสุด 2019-04-06
วันที่เผยแพร่ 2019-04-06
คะแนน 3.16/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา https://www.hostplugin.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.hostplugin.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ebay Best Offer Accepted Price - HostPlugin",
    "short_name": "Ebay BO",
    "version": "1.9.1",
    "description": "This simple yet useful Google Extension helps you find the Ebay Best Offer Accepted Price with just one click.",
    "permissions": [
        "tabs",
        "http:\/\/www.ebay.com\/sch\/*",
        "https:\/\/www.ebay.com\/sch\/*",
        "http:\/\/www.ebay.ca\/sch\/*",
        "https:\/\/www.ebay.ca\/sch\/*",
        "http:\/\/www.ebay.com\/itm\/*",
        "https:\/\/www.ebay.com\/itm\/*",
        "http:\/\/www.ebay.ca\/itm\/*",
        "https:\/\/www.ebay.ca\/itm\/*",
        "http:\/\/tools.sportscard.trade\/",
        "https:\/\/tools.sportscard.trade\/",
        "http:\/\/beta.sportscard.trade\/",
        "https:\/\/beta.sportscard.trade\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/www.hostplugin.com",
    "content_scripts": [
        {
            "js": [
                "jquery-1.12.4.min.js",
                "jquery.modal.min.js",
                "background.js"
            ],
            "css": [
                "jquery.modal.min.css"
            ],
            "matches": [
                "http:\/\/www.ebay.com\/sch\/*",
                "https:\/\/www.ebay.com\/sch\/*",
                "http:\/\/www.ebay.ca\/sch\/*",
                "https:\/\/www.ebay.ca\/sch\/*",
                "http:\/\/www.ebay.com\/itm\/*",
                "https:\/\/www.ebay.com\/itm\/*",
                "http:\/\/www.ebay.ca\/itm\/*",
                "https:\/\/www.ebay.ca\/itm\/*"
            ],
            "include_globs": [
                "http:\/\/www.ebay.com\/sch*LH_Complete=1*",
                "https:\/\/www.ebay.com\/sch*LH_Complete=1*",
                "http:\/\/www.ebay.ca\/sch*LH_Complete=1*",
                "https:\/\/www.ebay.ca\/sch*LH_Complete=1*",
                "http:\/\/www.ebay.com\/itm*",
                "https:\/\/www.ebay.com\/itm*",
                "http:\/\/www.ebay.ca\/itm*",
                "https:\/\/www.ebay.ca\/itm*"
            ]
        }
    ],
    "manifest_version": 2
}