Avion Rewards ShopPlus

Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.

¿Qué es Avion Rewards ShopPlus?

Avion Rewards ShopPlus es una extensión de Chrome desarrollada por Royal Bank of Canada, y su función principal es "Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Avion Rewards ShopPlus

Descarga archivos de extensión Avion Rewards ShopPlus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        A free Chrome Extension that is available to everyone in Canada!


Avion Rewards ShopPlus can help you unlock more value AND savings every day with amazing cash back deals from over 2,400 retailers and it can help you save up to 40%.

Install the extension, then search and shop online as you always do and it will automatically let you know when cash back deals are available. Activate your deal, make your purchase and receive your cash back and savings.

DEALS WHEN YOU SEARCH
See available cash back deals right in your Google search results. 

DEALS WHEN YOU SHOP
Visit your favorite retailer websites and we’ll notify you whenever cash back deals are available there are over 2,400 retailers to shop from.


Learn more at https://www.avionrewards.com/browserextension/index.html                    

Información Básica de la Extensión

Nombre Avion Rewards ShopPlus Avion Rewards ShopPlus
ID hgkldehjkbldmhhkokccmeloejmkhfio
URL Oficial https://chromewebstore.google.com/detail/avion-rewards-shopplus/hgkldehjkbldmhhkokccmeloejmkhfio
Descripción Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.
Tamaño del Archivo 2.14 MB
Cantidad de Instalaciones 32,819
Versión Actual 1.1.11
Última Actualización 2023-09-07
Fecha de Publicación 2023-02-11
Calificación 2.22/5 Total de 36 Calificaciones
Desarrollador Royal Bank of Canada
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://www.rbcroyalbank.com/customer-service/index.html
Idiomas Soportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.11",
    "name": "__MSG_Manifest_appName__",
    "description": "__MSG_Manifest_appDesc__",
    "default_locale": "en",
    "short_name": "__MSG_Manifest_shortAppName__",
    "icons": {
        "128": "img\/avion-icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/avion-icon.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "oauth.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}