Grelly: eBay Search on Steroids

Grelly is an Ebay advanced visual search engine. It delivers the results in several thumbnail images

Grelly: eBay Search on Steroids क्या है?

Grelly: eBay Search on Steroids https://www.grelly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grelly is an Ebay advanced visual search engine. It delivers the results in several thumbnail images"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        No longer will you have to navigate through a multitude of pages to find the product you're looking for... welcome to search with infinite scroll.

The search works the same way Ebay does, through a keyword and categories. Grelly shows you a different design that allows your eye to scan products faster and more intuitively.

Results can be sorted by price, most bids, most followed, relevance, first to finish, etc...

By clicking on the product thumbnails you will access the page with all the product information.                    

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

नाम Grelly: eBay Search on Steroids Grelly: eBay Search on Steroids
ID omcolihdmmpldmlcmdmaceaflmmbohhf
आधिकारिक URL https://chromewebstore.google.com/detail/grelly-ebay-search-on-ste/omcolihdmmpldmlcmdmaceaflmmbohhf
विवरण Grelly is an Ebay advanced visual search engine. It delivers the results in several thumbnail images
फ़ाइल का आकार 276 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-11-06
प्रकाशन तिथि 2021-11-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.grelly.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.grelly.com
सहायता पृष्ठ URL https://www.grelly.com/contact
गोपनीयता नीति पृष्ठ URL https://www.grelly.com/policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grelly: eBay Search on Steroids",
    "description": "Grelly is an Ebay advanced visual search engine. It delivers the results in several thumbnail images",
    "version": "1.1",
    "manifest_version": 2,
    "author": "@BrandonLacruz",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "\/assets\/icons\/16.png",
        "32": "\/assets\/icons\/32.png",
        "128": "\/assets\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "\/js\/GLOBALS.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/delay.js",
            "\/js\/background_context\/context_messaging.js",
            "\/js\/background_context\/grelly_website_actions.js",
            "\/js\/background_context\/on_installed.js",
            "\/js\/background_context\/reload_all_target_tabs.js",
            "\/js\/background_context\/onchanged_storage.js",
            "\/js\/background_context\/main.js"
        ],
        "scripts_for_popup_page": [
            "\/js\/GLOBALS.js",
            "\/libraries\/delay.js",
            "\/libraries\/heroku_auth.js",
            "\/libraries\/items_modifiers.js",
            "\/libraries\/status_header.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/app_options.js",
            "\/js\/popup_context\/ui\/components.js",
            "\/js\/popup_context\/ui\/update_components.js",
            "\/js\/popup_context\/onchanged_storage.js",
            "\/js\/popup_context\/context_messaging.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "\/assets\/icons\/16.png",
            "32": "\/assets\/icons\/32.png",
            "128": "\/assets\/icons\/128.png"
        },
        "default_popup": "\/html\/popup_context\/popup.html"
    }
}