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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
    }
}