Best Offer Finder for eBay + more

View best offer accepted price of eBay items right on the search result page! With no need to leave eBay!

Best Offer Finder for eBay + more क्या है?

Best Offer Finder for eBay + more bestofferfinder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View best offer accepted price of eBay items right on the search result page! With no need to leave eBay!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Best Offer Finder for eBay + more एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        I'm a big eBay user myself and wanted something simple to show the best offer accepted pricing when researching sold and completed listings on eBay without having to leave the page. I created this simple straightforward extension to show that :)

More features coming soon!

Feel free to contact me at [email protected] with any questions or feedback!

Update History
5/24/20  - Improved patch for new eBay update! Send me an email if you're having issues and I'll fix it! ([email protected])
5/14/20  - Patched for new eBay update!
5/7/20  - Now supports all eBay regions! 
4/20/20 - Now supports eBay.com.au!!!!
12/13/19 - Now supports eBay.co.uk!!!!
12/12/19 - Now works on sold listings of specific sellers as well!                    

एक्सटेंशन की मूल जानकारी

नाम Best Offer Finder for eBay + more Best Offer Finder for eBay + more
ID ppnkhgpojbdimchlhpbgadannlalcnhm
आधिकारिक URL https://chromewebstore.google.com/detail/best-offer-finder-for-eba/ppnkhgpojbdimchlhpbgadannlalcnhm
विवरण View best offer accepted price of eBay items right on the search result page! With no need to leave eBay!
फ़ाइल का आकार 920 KB
स्थापना संख्या 174
वर्तमान संस्करण 0.0.37
अंतिम अपडेट 2020-05-25
प्रकाशन तिथि 2020-05-24
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर bestofferfinder
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Best Offer Finder for eBay + more",
    "version": "0.0.37",
    "manifest_version": 2,
    "description": "View best offer accepted price of eBay items right on the search result page! With no need to leave eBay!",
    "icons": {
        "16": "icons\/BestOffer.png",
        "48": "icons\/BestOffer.png",
        "128": "icons\/BestOffer.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/BestOffer.png",
        "default_title": "Best Offer Finder for eBay + more",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.ebay.co.uk\/*",
        "https:\/\/*.ebay.com.au\/*",
        "https:\/\/*.ebay.be\/*",
        "https:\/\/*.ebay.at\/*",
        "https:\/\/*.ebay.ca\/*",
        "https:\/\/*.ebay.cn\/*",
        "https:\/\/*.ebay.fr\/*",
        "https:\/\/*.ebay.de\/*",
        "https:\/\/*.ebay.com.hk\/*",
        "https:\/\/*.ebay.in\/*",
        "https:\/\/*.ebay.ie\/*",
        "https:\/\/*.ebay.it\/*",
        "https:\/\/*.ebay.co.jp\/*",
        "https:\/\/*.ebay.com.my\/*",
        "https:\/\/*.ebay.nl\/*",
        "https:\/\/*.ebay.ph\/*",
        "https:\/\/*.ebay.pl\/*",
        "https:\/\/*.ebay.com.sg\/*",
        "https:\/\/*.ebay.es\/*",
        "https:\/\/*.ebay.se\/*",
        "https:\/\/*.ebay.ch\/*",
        "https:\/\/*.ebay.com.tw\/*",
        "https:\/\/*.ebay.co.th\/*",
        "https:\/\/*.ebay.vn\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/bgp.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.co.uk\/*",
                "https:\/\/*.ebay.com.au\/*",
                "https:\/\/*.ebay.be\/*",
                "https:\/\/*.ebay.at\/*",
                "https:\/\/*.ebay.ca\/*",
                "https:\/\/*.ebay.cn\/*",
                "https:\/\/*.ebay.fr\/*",
                "https:\/\/*.ebay.de\/*",
                "https:\/\/*.ebay.com.hk\/*",
                "https:\/\/*.ebay.in\/*",
                "https:\/\/*.ebay.ie\/*",
                "https:\/\/*.ebay.it\/*",
                "https:\/\/*.ebay.co.jp\/*",
                "https:\/\/*.ebay.com.my\/*",
                "https:\/\/*.ebay.nl\/*",
                "https:\/\/*.ebay.ph\/*",
                "https:\/\/*.ebay.pl\/*",
                "https:\/\/*.ebay.com.sg\/*",
                "https:\/\/*.ebay.es\/*",
                "https:\/\/*.ebay.se\/*",
                "https:\/\/*.ebay.ch\/*",
                "https:\/\/*.ebay.com.tw\/*",
                "https:\/\/*.ebay.co.th\/*",
                "https:\/\/*.ebay.vn\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.co.uk\/*",
                "https:\/\/*.ebay.com.au\/*",
                "https:\/\/*.ebay.be\/*",
                "https:\/\/*.ebay.at\/*",
                "https:\/\/*.ebay.ca\/*",
                "https:\/\/*.ebay.cn\/*",
                "https:\/\/*.ebay.fr\/*",
                "https:\/\/*.ebay.de\/*",
                "https:\/\/*.ebay.com.hk\/*",
                "https:\/\/*.ebay.in\/*",
                "https:\/\/*.ebay.ie\/*",
                "https:\/\/*.ebay.it\/*",
                "https:\/\/*.ebay.co.jp\/*",
                "https:\/\/*.ebay.com.my\/*",
                "https:\/\/*.ebay.nl\/*",
                "https:\/\/*.ebay.ph\/*",
                "https:\/\/*.ebay.pl\/*",
                "https:\/\/*.ebay.com.sg\/*",
                "https:\/\/*.ebay.es\/*",
                "https:\/\/*.ebay.se\/*",
                "https:\/\/*.ebay.ch\/*",
                "https:\/\/*.ebay.com.tw\/*",
                "https:\/\/*.ebay.co.th\/*",
                "https:\/\/*.ebay.vn\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}