E4 eBay OBO Reveal

Shows the true best offer price on eBay.

E4 eBay OBO Reveal क्या है?

E4 eBay OBO Reveal smpratte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the true best offer price on eBay."।

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

screenshot

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

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

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

                        Reveals accepted best offer price on sold ebay items.                    

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

नाम E4 eBay OBO Reveal E4 eBay OBO Reveal
ID dgkikacooieebjbahemgpcaldhglalfo
आधिकारिक URL https://chrome.google.com/webstore/detail/e4-ebay-obo-reveal/dgkikacooieebjbahemgpcaldhglalfo
विवरण Shows the true best offer price on eBay.
फ़ाइल का आकार 8 KB
स्थापना संख्या 131
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-05-06
प्रकाशन तिथि 2020-05-06
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर smpratte
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "E4 eBay OBO Reveal",
    "version": "1.0",
    "description": "Shows the true best offer price on eBay.",
    "manifest_version": 2,
    "icons": {
        "64": "e4.png"
    },
    "permissions": [
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.ebay.com.au\/*",
        "https:\/\/*.ebay.at\/*",
        "https:\/\/*.ebay.be\/*",
        "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.co.uk\/*",
        "https:\/\/*.ebay.vn\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.com.au\/*",
                "https:\/\/*.ebay.at\/*",
                "https:\/\/*.ebay.be\/*",
                "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.co.uk\/*",
                "https:\/\/*.ebay.vn\/*"
            ],
            "css": [
                "e4.css"
            ],
            "js": [
                "e4.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "e4.png"
    ]
}