CAA Rewards Assistant
CAA Rewards Assistant ensures you never miss an opportunity to save!
Was ist CAA Rewards Assistant?
CAA Rewards Assistant ist eine Chrome-Erweiterung, die von CAA National entwickelt wurde, und ihr Hauptmerkmal ist "CAA Rewards Assistant ensures you never miss an opportunity to save!".
Erweiterungsscreenshots
CAA Rewards Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie CAA Rewards Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CAA Rewards Assistant |
ID | jkfndeoidpanbajfjfkobncncmjakgaf |
Offizielle URL | https://chromewebstore.google.com/detail/caa-rewards-assistant/jkfndeoidpanbajfjfkobncncmjakgaf |
Beschreibung | CAA Rewards Assistant ensures you never miss an opportunity to save! |
Dateigröße | 751 KB |
Installationsanzahl | 1,067 |
Aktuelle Version | 1.6.5 |
Letztes Update | 2022-07-23 |
Veröffentlichungsdatum | 2021-04-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | CAA National |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.caa.ca/ |
URL der Datenschutzrichtlinien-Seite | https://www.caa.ca/privacy-policy |
Unterstützte Sprachen | 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" } |