Reminder for Cashrewards

Hi all,
I keep forgetting to go through Cash Rewards when I shop on eBay. Does anyone know of any Chrome extensions that can help? Like one that you can set up to pop up a message when you visit www.ebay.com or www.ebay.com.au, or one that just takes you to Cash Rewards site when you go to eBay?
I tried a redirector but it was just replacing all instances of www.ebay.com or www.ebay.com.au in my URLs, so that didn't work very well.

Thanks,
Koganei

Related Stores

Cashrewards
Cashrewards
Third-Party

Comments

  • +4

    Set your bookmark name as ebay and the url is cashreward.

    • The problem with that is when you go to eBay directly from a deal or link.

  • I forgot for about a few months but then just eventually started to remember as the ozbargain in my said stop wasting money

  • +1

    PricePal has something like a browser toolbar extension that will notify you when the site has cashback. Maybe CashRewards is developing one as well.

    • Do we have an OzB contact in CR that could help this along?

  • +1

    I created a super buggy userscript that would remind me to not forget about cashback when i hit the checkout.ebay.com.au site.
    I'm willing to share the code, and if maybe someone could clean it up?


    // ==UserScript==
    // @name ebay
    // @namespace aaa
    // @description reminder
    // @include http://cart.payments.ebay.com.au/sc/view
    // @version 1
    // @grant none
    // ==/UserScript==

    alert("Don't forget ebay cashback!");


    • I'm assuming this only works on the PC the userscript is on?
      I'm logged into Chrome on multiple PCs, a solution that works for Chrome overall would be preferable.

    • Actually, nevermind. Worked out Tampermonkey can sync scripts. =)
      This works great, thanks for the tip!

  • I made a small extension (really really basic) for chrome that does this

    https://www.ozbargain.com.au/node/228708

Login or Join to leave a comment