ShopBuddy USA

Never miss a deal or cash back offer with ShopBuddy, powered by SHOP.COM.

What is ShopBuddy USA?

ShopBuddy USA is a Chrome extension developed by https://www.shop.com, and its main feature is "Never miss a deal or cash back offer with ShopBuddy, powered by SHOP.COM.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ShopBuddy USA Extension CRX File

Download ShopBuddy USA 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

                        Never miss a deal!  Save time and money and earn cash back when you shop online with ShopBuddy. ShopBuddy is powered by SHOP.COM.

Searching for coupons on the web?  Let ShopBuddy do the work for you!
ShopBuddy saves you time and money by alerting you to the latest deals, coupons and money saving offers at your favorite stores.   

When searching for products or gifts online, ShopBuddy alerts you to available discounts, offers and cash back in the Google, Yahoo or MSN Bing search results.

Sharing a coupon code or other money saving offer with family and friends couldn’t be easier than a click to share via email, Facebook and Twitter.

Download ShopBuddy, visit your favorite stores website to see the latest deals and discounts and earn cash back today.

By installing ShopBuddy add-on / extension, you are agreeing to SHOP.COM Terms of Use located at https://www.shop.com/info/terms-of-use, SHOP.COM Privacy Policy  located at https://www.shop.com/info/privacy-policy and End User License agreement located License in the https://img.shop.com/Image/shopbuddy/SHOPBUDDY_End_User_License.pdf

Learn more about earning Cashback on your purchases
https://www.shop.com/earn-cashback-k.xhtml                    

Extension Basic Information

Name ShopBuddy USA ShopBuddy USA
ID eepmcinfkdnnkeljfcaoaflenklblkcb
Official URL https://chromewebstore.google.com/detail/shopbuddy-usa/eepmcinfkdnnkeljfcaoaflenklblkcb
Description Never miss a deal or cash back offer with ShopBuddy, powered by SHOP.COM.
File Size 462 KB
Installation Count 15,299
Current Version 4.0.46.0
Last Updated 2024-02-19
Publish Date 2020-06-25
Rating 4.85/5 Total 227 Ratings
Developer https://www.shop.com
Email [email protected]
Payment Type free
Extension Website https://www.shop.com/shopbuddy
Help Page URL https://www.shop.com/shopbuddy/faq
Privacy Policy Page URL https://www.shop.com/info/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopBuddy USA",
    "version": "4.0.46.0",
    "description": "Never miss a deal or cash back offer with ShopBuddy, powered by SHOP.COM.",
    "homepage_url": "http:\/\/shop.com\/",
    "author": "shop.com",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "background\/bundle.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "24": ".\/icons\/24x24.png",
        "48": ".\/icons\/48x48.png",
        "128": ".\/icons\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                "icons\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "20": ".\/icons\/20x20.png"
        },
        "default_title": "ShopBuddy USA"
    }
}