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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Grelly: eBay Search on Steroids

قم بتنزيل ملفات الامتداد Grelly: eBay Search on Steroids بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.grelly.com/contact
عنوان صفحة سياسة الخصوصية 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"
    }
}