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 National, dan fitur utamanya adalah "CAA Rewards Assistant ensures you never miss an opportunity to save!".
Screenshot Ekstensi
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 an available Offer when you visit the website of a participating CAA Rewards and Discounts partner.
Informasi Dasar Ekstensi
Nama | CAA Rewards Assistant |
ID | jkfndeoidpanbajfjfkobncncmjakgaf |
URL Resmi | https://chromewebstore.google.com/detail/caa-rewards-assistant/jkfndeoidpanbajfjfkobncncmjakgaf |
Deskripsi | CAA Rewards Assistant ensures you never miss an opportunity to save! |
Ukuran File | 751 KB |
Jumlah Instalasi | 1,067 |
Versi Saat Ini | 1.6.5 |
Terakhir Diperbarui | 2022-07-23 |
Tanggal Publikasi | 2021-04-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | CAA National |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.caa.ca/ |
URL Halaman Kebijakan Privasi | https://www.caa.ca/privacy-policy |
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" } |