CAA Rewards Assistant
CAA Rewards Assistant ensures you never miss an opportunity to save!
What is CAA Rewards Assistant?
CAA Rewards Assistant is a Chrome extension developed by CAA National, and its main feature is "CAA Rewards Assistant ensures you never miss an opportunity to save!".
Extension Screenshots
Download CAA Rewards Assistant Extension CRX File
Download CAA Rewards Assistant 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
CAA Rewards Assistant ensures you never miss an opportunity to save money through the CAA Rewards and Discounts program. The Assistant will notify you of an available Offer when you visit the website of a participating CAA Rewards and Discounts partner.
Extension Basic Information
Name | CAA Rewards Assistant |
ID | jkfndeoidpanbajfjfkobncncmjakgaf |
Official URL | https://chromewebstore.google.com/detail/caa-rewards-assistant/jkfndeoidpanbajfjfkobncncmjakgaf |
Description | CAA Rewards Assistant ensures you never miss an opportunity to save! |
File Size | 751 KB |
Installation Count | 1,067 |
Current Version | 1.6.5 |
Last Updated | 2022-07-23 |
Publish Date | 2021-04-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | CAA National |
[email protected] | |
Payment Type | free |
Extension Website | https://www.caa.ca/ |
Privacy Policy Page URL | https://www.caa.ca/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CAA Rewards Assistant", "version": "1.6.5", "description": "CAA Rewards Assistant ensures you never miss an opportunity to save!", "background": { "page": "background.html", "persist": true }, "browser_action": { "default_title": "Click to find CAA offers for this site", "default_popup": "popup.html" }, "permissions": [ "activeTab", "cookies", "tabs", "https:\/\/caarewardsassistant.ca\/" ], "icons": { "16": "icons\/logo_16_greyed_out.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "minimum_chrome_version": "60" } |