CAA Rewards Assistant

CAA Rewards Assistant ensures you never miss an opportunity to save!

Wat is CAA Rewards Assistant?

CAA Rewards Assistant is een Chrome-extensie ontwikkeld door CAA Atlantic, en de belangrijkste functie is "CAA Rewards Assistant ensures you never miss an opportunity to save!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CAA Rewards Assistant

Download CAA Rewards Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CAA Rewards Assistant CAA Rewards Assistant
ID fmiaidnogjjeefdfjodhbjjpboaakfii
Officiële URL https://chromewebstore.google.com/detail/caa-rewards-assistant/fmiaidnogjjeefdfjodhbjjpboaakfii
Beschrijving CAA Rewards Assistant ensures you never miss an opportunity to save!
Bestandsgrootte 751 KB
Aantal Installaties 2,000
Huidige Versie 1.6.5
Laatst Bijgewerkt 2022-07-23
Publicatiedatum 2019-11-19
Ontwikkelaar CAA Atlantic
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.atlantic.caa.ca
Help Pagina-URL https://www.atlantic.caa.ca/contact-us.html
URL van de Privacybeleid Pagina https://www.atlantic.caa.ca/privacy-policy.html
Ondersteunde Talen 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"
}