v1.0.3.1 brings New Permissions, New Functionality, and New Supported Stores. First the new Stores:
BJ’s was originally overlooked because it required a membership. However a user reached out and requested it and with a little back and forth we were able to add it. Thanks for making the product better Dave.
Grocery Stores
Store | Coupons Url |
---|---|
BJs | https://www.bjs.com/myCoupons |
Dearborn Markets | https://www.dearbornmarket.com/digital-coupon |
Fairway Markets | https://www.fairwaymarket.com/digital-coupon |
Gourmet Markets | https://www.gourmetgarage.com/digital-coupon |
PigglyWiggly | https://www.pigglywigglystores.com/digital-coupons |
Price Rite Markets | https://www.priceritemarketplace.com/digital-coupon |
ShopRite | https://www.shoprite.com/digital-coupon |
The Fresh Grocer | https://www.thefreshgrocer.com/digital-coupon |
New Permissions
The other stores were not originally supported because they display the coupons via an embeded iframe. Chrome does not allow you to programatically access cross origin iframes via the DOM and so we were in a bit of a pickle.
We built this extension with privacy and security in mind. We want every interaction to be done by the user intentionally without any excessive permissions.
The only way we could figure out how to support them is to inject the clicking logic inside the iframe via the content_scripts permission on load. So yes this requires new permissions for these selected sites.
New Functionality
The upside is that for these stores, coupons will be automatically loaded as long as you are logged in to the store. No need to click the extension button again! If you are not logged in, log in and refresh the page and the coupons should load within a second or two.