Avion Rewards ShopPlus

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

什麼是Avion Rewards ShopPlus?

Avion Rewards ShopPlus是由Royal Bank of Canada開發的Chrome擴展程式,該擴展的主要功能是“Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Avion Rewards ShopPlus擴展crx文件

下載Avion Rewards ShopPlus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Avion Rewards ShopPlus Avion Rewards ShopPlus
ID hgkldehjkbldmhhkokccmeloejmkhfio
官方網址 https://chromewebstore.google.com/detail/avion-rewards-shopplus/hgkldehjkbldmhhkokccmeloejmkhfio
簡介 Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.
檔案大小 2.14 MB
安裝次數 32,819
目前版本 1.1.11
更新時間 2023-09-07
上架時間 2023-02-11
評分 2.22/5 共 36 次評分
開發者 Royal Bank of Canada
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://www.rbcroyalbank.com/customer-service/index.html
支援的語言 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": [
                ""
            ]
        }
    ]
}