CAA Rewards Assistant

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

Apa itu CAA Rewards Assistant?

CAA Rewards Assistant adalah ekstensi Chrome yang dikembangkan oleh CAA Atlantic, dan fitur utamanya adalah "CAA Rewards Assistant ensures you never miss an opportunity to save!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CAA Rewards Assistant

Unduh file ekstensi CAA Rewards Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CAA Rewards Assistant CAA Rewards Assistant
ID fmiaidnogjjeefdfjodhbjjpboaakfii
URL Resmi https://chromewebstore.google.com/detail/caa-rewards-assistant/fmiaidnogjjeefdfjodhbjjpboaakfii
Deskripsi CAA Rewards Assistant ensures you never miss an opportunity to save!
Ukuran File 751 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.6.5
Terakhir Diperbarui 2022-07-23
Tanggal Publikasi 2019-11-19
Pengembang CAA Atlantic
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.atlantic.caa.ca
URL Halaman Bantuan https://www.atlantic.caa.ca/contact-us.html
URL Halaman Kebijakan Privasi https://www.atlantic.caa.ca/privacy-policy.html
Bahasa yang Didukung 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"
}