CAA Rewards Assistant
CAA Rewards Assistant ensures you never miss an opportunity to save!
Hvad er CAA Rewards Assistant?
CAA Rewards Assistant er en Chrome-udvidelse udviklet af CAA Atlantic, og dens hovedfunktion er "CAA Rewards Assistant ensures you never miss an opportunity to save!".
Udvidelsesskærmbilleder
Download CAA Rewards Assistant-udvidelses-CRX-fil
Download CAA Rewards Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 a available Offer when you visit the website of a participating CAA Rewards and Discounts partner. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fmiaidnogjjeefdfjodhbjjpboaakfii |
| Officiel URL | https://chromewebstore.google.com/detail/caa-rewards-assistant/fmiaidnogjjeefdfjodhbjjpboaakfii |
| Beskrivelse | CAA Rewards Assistant ensures you never miss an opportunity to save! |
| Filstørrelse | 751 KB |
| Antal Installationer | 2,000 |
| Nuværende Version | 1.6.5 |
| Senest Opdateret | 2022-07-23 |
| Udgivelsesdato | 2019-11-19 |
| Udvikler | CAA Atlantic |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.atlantic.caa.ca |
| Hjælpeside-URL | https://www.atlantic.caa.ca/contact-us.html |
| URL til Fortrolighedspolitik Side | https://www.atlantic.caa.ca/privacy-policy.html |
| Understøttede Sprog | 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"
} | |