CAA Rewards Assistant

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

Cos'è CAA Rewards Assistant?

CAA Rewards Assistant è un'estensione di Chrome sviluppata da CAA Atlantic, e la sua funzione principale è "CAA Rewards Assistant ensures you never miss an opportunity to save!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CAA Rewards Assistant

Scarica i file di estensione CAA Rewards Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CAA Rewards Assistant CAA Rewards Assistant
ID fmiaidnogjjeefdfjodhbjjpboaakfii
URL Ufficiale https://chromewebstore.google.com/detail/caa-rewards-assistant/fmiaidnogjjeefdfjodhbjjpboaakfii
Descrizione CAA Rewards Assistant ensures you never miss an opportunity to save!
Dimensione del File 751 KB
Conteggio Installazioni 2,000
Versione Corrente 1.6.5
Ultimo Aggiornamento 2022-07-23
Data di Pubblicazione 2019-11-19
Sviluppatore CAA Atlantic
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.atlantic.caa.ca
URL della Pagina di Aiuto https://www.atlantic.caa.ca/contact-us.html
URL della Pagina della Politica sulla Privacy https://www.atlantic.caa.ca/privacy-policy.html
Lingue Supportate 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"
}