Points While You Shop
Earn credit card points faster when you buy from the stores you normally shop form.
What is Points While You Shop?
Points While You Shop is a Chrome extension developed by https://cambridgemike.com, and its main feature is "Earn credit card points faster when you buy from the stores you normally shop form.".
Extension Screenshots
Download Points While You Shop Extension CRX File
Download Points While You Shop 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
Did you know that you can earn up to 10 additional points per dollar when you shop through your credit card's Shopping Portal? The Points While You Shop will conveniently show you how many additional points are available on the site you're currently looking at, and give you a one-click link to activate your extra rewards.
Extension Basic Information
Name | Points While You Shop |
ID | ndmkdgkaabeholaecdbmgbpfgobldkje |
Official URL | https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje |
Description | Earn credit card points faster when you buy from the stores you normally shop form. |
File Size | 80 KB |
Installation Count | 75 |
Current Version | 1.0.0 |
Last Updated | 2016-05-16 |
Publish Date | 2016-05-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://cambridgemike.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Points While You Shop", "version": "1.0.0", "description": "Earn credit card points faster when you buy from the stores you normally shop form.", "browser_action": { "default_icon": { "19": "icons\/star-grey-19.png", "38": "icons\/star-grey-38.png", "128": "icons\/star-128.png" }, "default_title": "Shopping Portal", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "optional_permissions": [ "tabs" ], "permissions": [ "activeTab", "tabs" ] } |