Avion Rewards ShopPlus

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

Avion Rewards ShopPlus là gì?

Avion Rewards ShopPlus là một tiện ích mở rộng Chrome được phát triển bởi Royal Bank of Canada, và tính năng chính của nó là "Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Avion Rewards ShopPlus

Tải xuống các tệp mở rộng Avion Rewards ShopPlus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Avion Rewards ShopPlus Avion Rewards ShopPlus
ID hgkldehjkbldmhhkokccmeloejmkhfio
URL Chính Thức https://chromewebstore.google.com/detail/avion-rewards-shopplus/hgkldehjkbldmhhkokccmeloejmkhfio
Mô tả Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.
Kích Thước Tệp 2.14 MB
Số Lần Cài Đặt 32,819
Phiên Bản Hiện Tại 1.1.11
Cập Nhật Lần Cuối 2023-09-07
Ngày Phát Hành 2023-02-11
Đánh Giá 2.22/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Royal Bank of Canada
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.rbcroyalbank.com/customer-service/index.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}