GRABLEY - Product Search Tools

GRABLEY - Product Search Tools (Amazon, eBay, others...)

What is GRABLEY - Product Search Tools?

GRABLEY - Product Search Tools is a Chrome extension developed by https://extension.grabley.net, and its main feature is "GRABLEY - Product Search Tools (Amazon, eBay, others...)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download GRABLEY - Product Search Tools Extension CRX File

Download GRABLEY - Product Search Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        GRABLEY - The Best Tools for every seller on Amazon, eBay 😎

⌨️ HOTKEYS
✔️ Alt+X (Mac: Option+X): Copy and Paste the address
✔️ Alt+1 (Mac: Option+1): Enable/Disable - "Hide - prime items"
✔️ Alt+2 (Mac: Option+2): Enable/Disable - "Hide - Sold by Amazon"

⚙️ MAIN FEATURES:
    ✮ For Amazon ✮
✔️ Hide Prime item on Amazon
✔️ Hide item Sold by Amazon
✔️ Hide item with variation
✔️ Only CURRENTLY UNAVAILABLE - but please check option "Include Out of Stock" on the left side Amazon filter column
✔️ Hide Advertising on Amazon
✔️ Fast Button SEARCH on Ebay - you can search the same items by click
✔️ Fast Button SEARCH on Walmart - you can search the same items by click
✔️ Show ASIN on the search page
✔️ Show status BuyBox
✔️ Show Best Sellers Rank (BSR) on the search page
✔️ Filter for BSR
✔️ Show Brand
✔️ Copy Address from Amazon and paste into eBay, Walmart, Aliexpress or Amazon (HOTKEY: Alt+X)
✔️ Cross-browser Copying - You can press copy in one browser and paste in another (Great option who works from different computers)
✔️ Copy address to clipboard from Excel (standard Amazon export file with orders) and paste into eBay, Walmart, Aliexpress, Amazon
✔️ Price filter on the seller storfront page
✔️ Show quantity on the seller list

    ✮ For EBAY ✮
✔️ Fast Filter Button (Check New, Buy It Now, North America in one click)
✔️ Fast Button FIND on Amazon
✔️ Hide NoSold Item on Ebay
✔️ Show Pricing Margin Table - you can set Amazon fee and get price table (Example: you setup fee in Grabley = 15, if product cost on eBay = $100, your Amazon price will be 117.64$, because 117,64$ - 15% = 100$)
✔️ Paste Address from Amazon Order (Alt+X)
✔️ Paste Seller Message
✔️ Paste Seller Phone - if you setup your custom phone - it will pasted

    ✮ For Walmart ✮
✔️ Paste address from Amazon order

    ✮ For Aliexpress ✮
✔️ Paste address from Amazon order                    

Extension Basic Information

Name GRABLEY - Product Search Tools GRABLEY - Product Search Tools
ID hppdgjpcbnbfapnailmeiibngpolplao
Official URL https://chromewebstore.google.com/detail/grabley-product-search-to/hppdgjpcbnbfapnailmeiibngpolplao
Description GRABLEY - Product Search Tools (Amazon, eBay, others...)
File Size 279 KB
Installation Count 80,857
Current Version 2.2.16
Last Updated 2024-01-26
Publish Date 2020-06-25
Rating 4.53/5 Total 86 Ratings
Developer https://extension.grabley.net
Email [email protected]
Payment Type in_app
Extension Website https://extension.grabley.net/
Help Page URL https://extension.grabley.net/
Privacy Policy Page URL https://grabley.net/policy
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "GRABLEY - Product Search Tools (Amazon, eBay, others...)",
    "version": "2.2.16",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon-48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png",
                "img\/*.svg",
                "img\/*.gif"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/sellercentral.amazon.com\/*",
                "https:\/\/sellercentral.amazon.ca\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "http:\/\/www.ebay.com\/*",
                "https:\/\/www.ebay.com\/*",
                "https:\/\/pay.ebay.com\/*",
                "https:\/\/mbuy.ebay.com\/*",
                "https:\/\/www.ebay.co.uk\/*",
                "https:\/\/pulsar.ebay.co.uk\/*",
                "https:\/\/www.ebay.ca\/*",
                "https:\/\/www.ebay.it\/*",
                "https:\/\/www.ebay.de\/*",
                "https:\/\/www.ebay.fr\/*",
                "https:\/\/www.ebay.es\/*",
                "https:\/\/www.ebay.com.au\/*",
                "http:\/\/ebay.grabley.net\/*",
                "https:\/\/ebay.grabley.net\/*",
                "http:\/\/extension.grabley.net\/*",
                "https:\/\/extension.grabley.net\/*",
                "https:\/\/logs.extension.grabley.net\/*",
                "https:\/\/www.walmart.com\/*",
                "https:\/\/totalelement.com\/*",
                "https:\/\/www.aliexpress.com\/*",
                "https:\/\/www.aliexpress.us\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ]
}